#2FCA4C

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

Shades of Lime Green #2FCA4C

Tints of Lime Green #2FCA4C

Color information

#2FCA4C (or 0x2FCA4C) is unknown color: approx Lime Green. HEX triplet: 2F, CA and 4C. RGB value is (47,202,76). Sum of RGB (Red+Green+Blue) = 47+202+76=325 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.46% from 325); Green value is 202 (79.30% from 255 or 62.15% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 202 - color contains mainly: green. Hex color #2FCA4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCA4C is #D035B3. Grayscale: #8D8D8D. Windows color (decimal): -13645236 or 5032495. OLE color: 5032495.

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

Color convert

RGB4720276-
CMYK0.7700.620.21
HSL131.23º62.25%48.82%-
HSV(B)131.23º76.73%79.22%-
XYZ23.643.3713.96-
YUV141.2991.1560.75-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.46%
GREEN value IS 202 (79.30% from 255) = 62.15%
BLUE value IS 76 (30.08% from 255) = 23.38%
R=14.46%
G=62.15%
B=23.38%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal47202760.7700.620.21131.2362.2548.82
Hex2FCA4C4D03E15833e31
Octal57312114115076252037661
Binary101111110010101001100100110101111101010110000011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FCA4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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