#2FDC31

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

Shades of Lime Green #2FDC31

Tints of Lime Green #2FDC31

Color information

#2FDC31 (or 0x2FDC31) is unknown color: approx Lime Green. HEX triplet: 2F, DC and 31. RGB value is (47,220,49). Sum of RGB (Red+Green+Blue) = 47+220+49=316 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.87% from 316); Green value is 220 (86.33% from 255 or 69.62% from 316); Blue value is 49 (19.53% from 255 or 15.51% from 316); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDC31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDC31 is #D023CE. Grayscale: #959595. Windows color (decimal): -13640655 or 3267631. OLE color: 3267631.

HSL color Cylindrical-coordinate representation of color #2FDC31: hue angle of 120.69º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDC31 is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB4722049-
CMYK0.7900.780.14
HSL120.69º71.19%52.35%-
HSV(B)120.69º78.64%86.27%-
XYZ27.3252.0111.51-
YUV148.7871.6955.4-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.87%
GREEN value IS 220 (86.33% from 255) = 69.62%
BLUE value IS 49 (19.53% from 255) = 15.51%
R=14.87%
G=69.62%
B=15.51%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal47220490.7900.780.14120.6971.1952.35
Hex2FDC314F04EE794734
Octal573346111701161617110764
Binary10111111011100110001100111101001110111011110011000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FDC31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,220,49); }

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

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

 a { background-color: rgb(47,220,49); }

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

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

 span { border-color: rgb(47,220,49); }

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