#2FC904

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

Shades of Kelly Green #2FC904

Tints of Kelly Green #2FC904

Color information

#2FC904 (or 0x2FC904) is unknown color: approx Kelly Green. HEX triplet: 2F, C9 and 04. RGB value is (47,201,4). Sum of RGB (Red+Green+Blue) = 47+201+4=252 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.65% from 252); Green value is 201 (78.91% from 255 or 79.76% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 201 - color contains mainly: green. Hex color #2FC904 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC904 is #D036FB. Grayscale: #858585. Windows color (decimal): -13645564 or 313647. OLE color: 313647.

HSL color Cylindrical-coordinate representation of color #2FC904: hue angle of 106.9º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2FC904 is Cyan = 0.77, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB472014-
CMYK0.7700.980.21
HSL106.9º96.1%40.2%-
HSV(B)106.9º98.01%78.82%-
XYZ22.0842.397.13-
YUV132.555.4867.02-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.65%
GREEN value IS 201 (78.91% from 255) = 79.76%
BLUE value IS 4 (1.95% from 255) = 1.59%
R=18.65%
G=79.76%
B=1.59%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal4720140.7700.980.21106.996.140.2
Hex2FC944D062156b6028
Octal57311411501422515314050
Binary101111110010011001001101011000101010111010111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FC904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,201,4); }

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

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

 a { background-color: rgb(47,201,4); }

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

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

 span { border-color: rgb(47,201,4); }

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