#2FD44C

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

Shades of Lime Green #2FD44C

Tints of Lime Green #2FD44C

Color information

#2FD44C (or 0x2FD44C) is unknown color: approx Lime Green. HEX triplet: 2F, D4 and 4C. RGB value is (47,212,76). Sum of RGB (Red+Green+Blue) = 47+212+76=335 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.03% from 335); Green value is 212 (83.20% from 255 or 63.28% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 212 - color contains mainly: green. Hex color #2FD44C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD44C is #D02BB3. Grayscale: #939393. Windows color (decimal): -13642676 or 5035055. OLE color: 5035055.

HSL color Cylindrical-coordinate representation of color #2FD44C: hue angle of 130.55º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD44C is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB4721276-
CMYK0.7800.640.17
HSL130.55º65.74%50.78%-
HSV(B)130.55º77.83%83.14%-
XYZ26.0248.2114.77-
YUV147.1687.8456.56-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.03%
GREEN value IS 212 (83.20% from 255) = 63.28%
BLUE value IS 76 (30.08% from 255) = 22.69%
R=14.03%
G=63.28%
B=22.69%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal47212760.7800.640.17130.5565.7450.78
Hex2FD44C4E04011834233
Octal5732411411601002120310263
Binary10111111010100100110010011100100000010001100000111000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FD44C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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