#2EE81A

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

Shades of Lime Green #2EE81A

Tints of Lime Green #2EE81A

Color information

#2EE81A (or 0x2EE81A) is unknown color: approx Lime Green. HEX triplet: 2E, E8 and 1A. RGB value is (46,232,26). Sum of RGB (Red+Green+Blue) = 46+232+26=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 232 (91.02% from 255 or 76.32% from 304); Blue value is 26 (10.55% from 255 or 8.55% from 304); Max value from RGB is 232 - color contains mainly: green. Hex color #2EE81A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EE81A is #D117E5. Grayscale: #999999. Windows color (decimal): -13703142 or 1763374. OLE color: 1763374.

HSL color Cylindrical-coordinate representation of color #2EE81A: hue angle of 114.17º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2EE81A is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.

Color convert

RGB4623226-
CMYK0.8000.890.09
HSL114.17º81.75%50.59%-
HSV(B)114.17º88.79%90.98%-
XYZ30.1758.3710.65-
YUV152.956.3851.75-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.13%
GREEN value IS 232 (91.02% from 255) = 76.32%
BLUE value IS 26 (10.55% from 255) = 8.55%
R=15.13%
G=76.32%
B=8.55%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal46232260.8000.890.09114.1781.7550.59
Hex2EE81A500599725233
Octal563503212001311116212263
Binary1011101110100011010101000001011001100111100101010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EE81A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,232,26); }

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

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

 a { background-color: rgb(46,232,26); }

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

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

 span { border-color: rgb(46,232,26); }

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