#2FCA05

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

Shades of Kelly Green #2FCA05

Tints of Kelly Green #2FCA05

Color information

#2FCA05 (or 0x2FCA05) is unknown color: approx Kelly Green. HEX triplet: 2F, CA and 05. RGB value is (47,202,5). Sum of RGB (Red+Green+Blue) = 47+202+5=254 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.50% from 254); Green value is 202 (79.30% from 255 or 79.53% from 254); Blue value is 5 (2.34% from 255 or 1.97% from 254); Max value from RGB is 202 - color contains mainly: green. Hex color #2FCA05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FCA05 is #D035FA. Grayscale: #858585. Windows color (decimal): -13645307 or 379439. OLE color: 379439.

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

Color convert

RGB472025-
CMYK0.7700.980.21
HSL107.21º95.17%40.59%-
HSV(B)107.21º97.52%79.22%-
XYZ22.3242.867.24-
YUV133.255.6566.52-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.50%
GREEN value IS 202 (79.30% from 255) = 79.53%
BLUE value IS 5 (2.34% from 255) = 1.97%
R=18.50%
G=79.53%
B=1.97%

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
Decimal4720250.7700.980.21107.2195.1740.59
Hex2FCA54D062156b5f29
Octal57312511501422515313751
Binary101111110010101011001101011000101010111010111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FCA05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,202,5); }

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

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

 a { background-color: rgb(47,202,5); }

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

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

 span { border-color: rgb(47,202,5); }

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