#2FC32C

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

Shades of Lime Green #2FC32C

Tints of Lime Green #2FC32C

Color information

#2FC32C (or 0x2FC32C) is unknown color: approx Lime Green. HEX triplet: 2F, C3 and 2C. RGB value is (47,195,44). Sum of RGB (Red+Green+Blue) = 47+195+44=286 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.43% from 286); Green value is 195 (76.56% from 255 or 68.18% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 195 - color contains mainly: green. Hex color #2FC32C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC32C is #D03CD3. Grayscale: #858585. Windows color (decimal): -13647060 or 2933551. OLE color: 2933551.

HSL color Cylindrical-coordinate representation of color #2FC32C: hue angle of 118.81º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FC32C is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB4719544-
CMYK0.7600.770.24
HSL118.81º63.18%46.86%-
HSV(B)118.81º77.44%76.47%-
XYZ21.1439.828.95-
YUV133.5377.4766.28-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.43%
GREEN value IS 195 (76.56% from 255) = 68.18%
BLUE value IS 44 (17.58% from 255) = 15.38%
R=16.43%
G=68.18%
B=15.38%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal47195440.7600.770.24118.8163.1846.86
Hex2FC32C4C04D18773f2f
Octal57303541140115301677757
Binary10111111000011101100100110001001101110001110111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FC32C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,195,44); }

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

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

 a { background-color: rgb(47,195,44); }

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

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

 span { border-color: rgb(47,195,44); }

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