#2fe028

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

Shades of Lime Green #2FE028

Tints of Lime Green #2FE028

Color information

#2FE028 (or 0x2FE028) is unknown color: approx Lime Green. HEX triplet: 2F, E0 and 28. RGB value is (47,224,40). Sum of RGB (Red+Green+Blue) = 47+224+40=311 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.11% from 311); Green value is 224 (87.89% from 255 or 72.03% from 311); Blue value is 40 (16.02% from 255 or 12.86% from 311); Max value from RGB is 224 - color contains mainly: green. Hex color #2FE028 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE028 is #D01FD7. Grayscale: #969696. Windows color (decimal): -13639640 or 2678831. OLE color: 2678831.

HSL color Cylindrical-coordinate representation of color #2FE028: hue angle of 117.72º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FE028 is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB4722440-
CMYK0.7900.820.12
HSL117.72º74.8%51.76%-
HSV(B)117.72º82.14%87.84%-
XYZ28.2154.0710.96-
YUV150.165.8654.46-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.11%
GREEN value IS 224 (87.89% from 255) = 72.03%
BLUE value IS 40 (16.02% from 255) = 12.86%
R=15.11%
G=72.03%
B=12.86%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal47224400.7900.820.12117.7274.851.76
Hex2FE0284F052C764b34
Octal573405011701221416611364
Binary10111111100000101000100111101010010110011101101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2fe028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,224,40); }

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

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

 a { background-color: rgb(47,224,40); }

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

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

 span { border-color: rgb(47,224,40); }

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