#3CAD00

Color #3CAD00 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #3CAD00

Tints of Kelly Green #3CAD00

Color information

#3CAD00 (or 0x3CAD00) is unknown color: approx Kelly Green. HEX triplet: 3C, AD and 00. RGB value is (60,173,0). Sum of RGB (Red+Green+Blue) = 60+173+0=233 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.75% from 233); Green value is 173 (67.97% from 255 or 74.25% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 173 - color contains mainly: green. Hex color #3CAD00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CAD00 is #C352FF. Grayscale: #787878. Windows color (decimal): -12800768 or 44348. OLE color: 44348.

HSL color Cylindrical-coordinate representation of color #3CAD00: hue angle of 99.19º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3CAD00 is Cyan = 0.65, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.32.

Color convert

RGB601730-
CMYK0.65010.32
HSL99.19º100%33.92%-
HSV(B)99.19º100%67.84%-
XYZ16.8130.855.07-
YUV119.4960.5685.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 60 (23.83% from 255) = 25.75%
GREEN value IS 173 (67.97% from 255) = 74.25%
BLUE value IS 0 (0.39% from 255) = 0%
R=25.75%
G=74.25%
B=0%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal6017300.65010.3299.1910033.92
Hex3CAD04106420636422
Octal74255010101444014314442
Binary11110010101101010000010110010010000011000111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAD00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CAD00; }

 p { color: rgb(60,173,0); }

 H1.HeaderClassName
 {
   color: #3CAD00;
 }
 .AnyTagClassName
 {
   color: #3CAD00;
 }
</style>
background-color css

<style>
 a { background-color: #3CAD00; }

 a { background-color: rgb(60,173,0); }

 div.DivClassName
 {
   background-color: #3CAD00;
 }
 .BgClassName
 {
   background-color: #3CAD00;
 }
</style>
border-color css

<style>
 span { border-color: #3CAD00; }

 span { border-color: rgb(60,173,0); }

 td.TdClassName
 {
   border-color: #3CAD00;
 }
 .TagClassName
 {
   border-color: #3CAD00;
 }
</style>