#3FCA06

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

Shades of Kelly Green #3FCA06

Tints of Kelly Green #3FCA06

Color information

#3FCA06 (or 0x3FCA06) is unknown color: approx Kelly Green. HEX triplet: 3F, CA and 06. RGB value is (63,202,6). Sum of RGB (Red+Green+Blue) = 63+202+6=271 (35% of max value = 765). Red value is 63 (25% from 255 or 23.25% from 271); Green value is 202 (79.30% from 255 or 74.54% from 271); Blue value is 6 (2.73% from 255 or 2.21% from 271); Max value from RGB is 202 - color contains mainly: green. Hex color #3FCA06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FCA06 is #C035F9. Grayscale: #8A8A8A. Windows color (decimal): -12596730 or 444991. OLE color: 444991.

HSL color Cylindrical-coordinate representation of color #3FCA06: hue angle of 102.55º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3FCA06 is Cyan = 0.69, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB632026-
CMYK0.6900.970.21
HSL102.55º94.23%40.78%-
HSV(B)102.55º97.03%79.22%-
XYZ23.243.317.31-
YUV138.153.4574.44-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.25%
GREEN value IS 202 (79.30% from 255) = 74.54%
BLUE value IS 6 (2.73% from 255) = 2.21%
R=23.25%
G=74.54%
B=2.21%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal6320260.6900.970.21102.5594.2340.78
Hex3FCA64506115675e29
Octal77312610501412514713651
Binary111111110010101101000101011000011010111001111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FCA06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,202,6); }

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

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

 a { background-color: rgb(63,202,6); }

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

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

 span { border-color: rgb(63,202,6); }

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