#2EE31A

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

Shades of Lime Green #2EE31A

Tints of Lime Green #2EE31A

Color information

#2EE31A (or 0x2EE31A) is unknown color: approx Lime Green. HEX triplet: 2E, E3 and 1A. RGB value is (46,227,26). Sum of RGB (Red+Green+Blue) = 46+227+26=299 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.38% from 299); Green value is 227 (89.06% from 255 or 75.92% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 227 - color contains mainly: green. Hex color #2EE31A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE31A is #D11CE5. Grayscale: #969696. Windows color (decimal): -13704422 or 1762094. OLE color: 1762094.

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

Color convert

RGB4622726-
CMYK0.8000.890.11
HSL114.03º79.45%49.61%-
HSV(B)114.03º88.55%89.02%-
XYZ28.7855.5910.19-
YUV149.9758.0353.84-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.38%
GREEN value IS 227 (89.06% from 255) = 75.92%
BLUE value IS 26 (10.55% from 255) = 8.70%
R=15.38%
G=75.92%
B=8.70%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal46227260.8000.890.11114.0379.4549.61
Hex2EE31A50059B724f32
Octal563433212001311316211762
Binary1011101110001111010101000001011001101111100101001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EE31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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