#2FE32C

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

Shades of Lime Green #2FE32C

Tints of Lime Green #2FE32C

Color information

#2FE32C (or 0x2FE32C) is unknown color: approx Lime Green. HEX triplet: 2F, E3 and 2C. RGB value is (47,227,44). Sum of RGB (Red+Green+Blue) = 47+227+44=318 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.78% from 318); Green value is 227 (89.06% from 255 or 71.38% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 227 - color contains mainly: green. Hex color #2FE32C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE32C is #D01CD3. Grayscale: #989898. Windows color (decimal): -13638868 or 2941743. OLE color: 2941743.

HSL color Cylindrical-coordinate representation of color #2FE32C: hue angle of 119.02º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FE32C is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB4722744-
CMYK0.7900.810.11
HSL119.02º76.57%53.14%-
HSV(B)119.02º80.62%89.02%-
XYZ29.155.7211.61-
YUV152.3266.8752.88-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.78%
GREEN value IS 227 (89.06% from 255) = 71.38%
BLUE value IS 44 (17.58% from 255) = 13.84%
R=14.78%
G=71.38%
B=13.84%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal47227440.7900.810.11119.0276.5753.14
Hex2FE32C4F051B774d35
Octal573435411701211316711565
Binary10111111100011101100100111101010001101111101111001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FE32C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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