#2FC406

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

Shades of Kelly Green #2FC406

Tints of Kelly Green #2FC406

Color information

#2FC406 (or 0x2FC406) is unknown color: approx Kelly Green. HEX triplet: 2F, C4 and 06. RGB value is (47,196,6). Sum of RGB (Red+Green+Blue) = 47+196+6=249 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.88% from 249); Green value is 196 (76.95% from 255 or 78.71% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 196 - color contains mainly: green. Hex color #2FC406 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC406 is #D03BF9. Grayscale: #828282. Windows color (decimal): -13646842 or 443439. OLE color: 443439.

HSL color Cylindrical-coordinate representation of color #2FC406: hue angle of 107.05º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2FC406 is Cyan = 0.76, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB471966-
CMYK0.7600.970.23
HSL107.05º94.06%39.61%-
HSV(B)107.05º96.94%76.86%-
XYZ20.9540.16.81-
YUV129.7958.1468.95-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.88%
GREEN value IS 196 (76.95% from 255) = 78.71%
BLUE value IS 6 (2.73% from 255) = 2.41%
R=18.88%
G=78.71%
B=2.41%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal4719660.7600.970.23107.0594.0639.61
Hex2FC464C061176b5e28
Octal57304611401412715313650
Binary101111110001001101001100011000011011111010111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FC406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2FC406; }

 p { color: rgb(47,196,6); }

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

<style>
 a { background-color: #2FC406; }

 a { background-color: rgb(47,196,6); }

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

<style>
 span { border-color: #2FC406; }

 span { border-color: rgb(47,196,6); }

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