#3CAE00

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

Shades of Kelly Green #3CAE00

Tints of Kelly Green #3CAE00

Color information

#3CAE00 (or 0x3CAE00) is unknown color: approx Kelly Green. HEX triplet: 3C, AE and 00. RGB value is (60,174,0). Sum of RGB (Red+Green+Blue) = 60+174+0=234 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.64% from 234); Green value is 174 (68.36% from 255 or 74.36% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 174 - color contains mainly: green. Hex color #3CAE00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CAE00 is #C351FF. Grayscale: #787878. Windows color (decimal): -12800512 or 44604. OLE color: 44604.

HSL color Cylindrical-coordinate representation of color #3CAE00: hue angle of 99.31º 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 #3CAE00 is Cyan = 0.66, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.32.

Color convert

RGB601740-
CMYK0.66010.32
HSL99.31º100%34.12%-
HSV(B)99.31º100%68.24%-
XYZ1731.235.13-
YUV120.0860.2385.15-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.64%
GREEN value IS 174 (68.36% from 255) = 74.36%
BLUE value IS 0 (0.39% from 255) = 0%
R=25.64%
G=74.36%
B=0%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal6017400.66010.3299.3110034.12
Hex3CAE04206420636422
Octal74256010201444014314442
Binary11110010101110010000100110010010000011000111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAE00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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