#2FE444

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

Shades of Lime Green #2FE444

Tints of Lime Green #2FE444

Color information

#2FE444 (or 0x2FE444) is unknown color: approx Lime Green. HEX triplet: 2F, E4 and 44. RGB value is (47,228,68). Sum of RGB (Red+Green+Blue) = 47+228+68=343 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.70% from 343); Green value is 228 (89.45% from 255 or 66.47% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 228 - color contains mainly: green. Hex color #2FE444 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE444 is #D01BBB. Grayscale: #9C9C9C. Windows color (decimal): -13638588 or 4514863. OLE color: 4514863.

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

Color convert

RGB4722868-
CMYK0.7900.700.11
HSL126.96º77.02%53.92%-
HSV(B)126.96º79.39%89.41%-
XYZ29.9656.5114.8-
YUV155.6478.5350.51-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.70%
GREEN value IS 228 (89.45% from 255) = 66.47%
BLUE value IS 68 (26.95% from 255) = 19.83%
R=13.70%
G=66.47%
B=19.83%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal47228680.7900.700.11126.9677.0253.92
Hex2FE4444F046B7f4d36
Octal5734410411701061317711566
Binary101111111001001000100100111101000110101111111111001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FE444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,228,68); }

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

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

 a { background-color: rgb(47,228,68); }

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

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

 span { border-color: rgb(47,228,68); }

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