#2FC032

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

Shades of Lime Green #2FC032

Tints of Lime Green #2FC032

Color information

#2FC032 (or 0x2FC032) is unknown color: approx Lime Green. HEX triplet: 2F, C0 and 32. RGB value is (47,192,50). Sum of RGB (Red+Green+Blue) = 47+192+50=289 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.26% from 289); Green value is 192 (75.39% from 255 or 66.44% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC032 is #D03FCD. Grayscale: #848484. Windows color (decimal): -13647822 or 3325999. OLE color: 3325999.

HSL color Cylindrical-coordinate representation of color #2FC032: hue angle of 121.24º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC032 is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB4719250-
CMYK0.7600.740.25
HSL121.24º60.67%46.86%-
HSV(B)121.24º75.52%75.29%-
XYZ20.638.539.37-
YUV132.4681.4667.05-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.26%
GREEN value IS 192 (75.39% from 255) = 66.44%
BLUE value IS 50 (19.92% from 255) = 17.30%
R=16.26%
G=66.44%
B=17.30%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal47192500.7600.740.25121.2460.6746.86
Hex2FC0324C04A19793d2f
Octal57300621140112311717557
Binary10111111000000110010100110001001010110011111001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FC032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,192,50); }

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

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

 a { background-color: rgb(47,192,50); }

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

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

 span { border-color: rgb(47,192,50); }

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