#2EE628

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

Shades of Lime Green #2EE628

Tints of Lime Green #2EE628

Color information

#2EE628 (or 0x2EE628) is unknown color: approx Lime Green. HEX triplet: 2E, E6 and 28. RGB value is (46,230,40). Sum of RGB (Red+Green+Blue) = 46+230+40=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 230 (90.23% from 255 or 72.78% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 230 - color contains mainly: green. Hex color #2EE628 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EE628 is #D119D7. Grayscale: #999999. Windows color (decimal): -13703640 or 2680366. OLE color: 2680366.

HSL color Cylindrical-coordinate representation of color #2EE628: hue angle of 118.11º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2EE628 is Cyan = 0.8, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.

Color convert

RGB4623040-
CMYK0.800.830.10
HSL118.11º79.17%52.94%-
HSV(B)118.11º82.61%90.2%-
XYZ29.8157.3311.5-
YUV153.3264.0451.45-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.56%
GREEN value IS 230 (90.23% from 255) = 72.78%
BLUE value IS 40 (16.02% from 255) = 12.66%
R=14.56%
G=72.78%
B=12.66%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal46230400.800.830.10118.1179.1752.94
Hex2EE62850053A764f35
Octal563465012001231216611765
Binary10111011100110101000101000001010011101011101101001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EE628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,230,40); }

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

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

 a { background-color: rgb(46,230,40); }

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

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

 span { border-color: rgb(46,230,40); }

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