#2FCA21

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

Shades of Lime Green #2FCA21

Tints of Lime Green #2FCA21

Color information

#2FCA21 (or 0x2FCA21) is unknown color: approx Lime Green. HEX triplet: 2F, CA and 21. RGB value is (47,202,33). Sum of RGB (Red+Green+Blue) = 47+202+33=282 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.67% from 282); Green value is 202 (79.30% from 255 or 71.63% from 282); Blue value is 33 (13.28% from 255 or 11.70% from 282); Max value from RGB is 202 - color contains mainly: green. Hex color #2FCA21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCA21 is #D035DE. Grayscale: #888888. Windows color (decimal): -13645279 or 2214447. OLE color: 2214447.

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

Color convert

RGB4720233-
CMYK0.7700.840.21
HSL115.03º71.91%46.08%-
HSV(B)115.03º83.66%79.22%-
XYZ22.5742.968.54-
YUV136.3969.6564.24-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.67%
GREEN value IS 202 (79.30% from 255) = 71.63%
BLUE value IS 33 (13.28% from 255) = 11.70%
R=16.67%
G=71.63%
B=11.70%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal47202330.7700.840.21115.0371.9146.08
Hex2FCA214D0541573482e
Octal573124111501242516311056
Binary101111110010101000011001101010101001010111100111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FCA21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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