#2EEC25

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

Shades of Lime Green #2EEC25

Tints of Lime Green #2EEC25

Color information

#2EEC25 (or 0x2EEC25) is unknown color: approx Lime Green. HEX triplet: 2E, EC and 25. RGB value is (46,236,37). Sum of RGB (Red+Green+Blue) = 46+236+37=319 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.42% from 319); Green value is 236 (92.58% from 255 or 73.98% from 319); Blue value is 37 (14.84% from 255 or 11.60% from 319); Max value from RGB is 236 - color contains mainly: green. Hex color #2EEC25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEC25 is #D113DA. Grayscale: #9D9D9D. Windows color (decimal): -13702107 or 2485294. OLE color: 2485294.

HSL color Cylindrical-coordinate representation of color #2EEC25: hue angle of 117.29º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2EEC25 is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.

Color convert

RGB4623637-
CMYK0.8100.840.07
HSL117.29º83.97%53.53%-
HSV(B)117.29º84.32%92.55%-
XYZ31.4660.7111.81-
YUV156.560.5549.18-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.42%
GREEN value IS 236 (92.58% from 255) = 73.98%
BLUE value IS 37 (14.84% from 255) = 11.60%
R=14.42%
G=73.98%
B=11.60%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal46236370.8100.840.07117.2983.9753.53
Hex2EEC25510547755436
Octal56354451210124716512466
Binary1011101110110010010110100010101010011111101011010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EEC25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,236,37); }

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

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

 a { background-color: rgb(46,236,37); }

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

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

 span { border-color: rgb(46,236,37); }

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