#2EDD25

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

Shades of Lime Green #2EDD25

Tints of Lime Green #2EDD25

Color information

#2EDD25 (or 0x2EDD25) is unknown color: approx Lime Green. HEX triplet: 2E, DD and 25. RGB value is (46,221,37). Sum of RGB (Red+Green+Blue) = 46+221+37=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 221 (86.72% from 255 or 72.70% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDD25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDD25 is #D122DA. Grayscale: #949494. Windows color (decimal): -13705947 or 2481454. OLE color: 2481454.

HSL color Cylindrical-coordinate representation of color #2EDD25: hue angle of 117.07º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2EDD25 is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB4622137-
CMYK0.7900.830.13
HSL117.07º73.02%50.59%-
HSV(B)117.07º83.26%86.67%-
XYZ27.3252.4310.43-
YUV147.765.5255.46-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.13%
GREEN value IS 221 (86.72% from 255) = 72.70%
BLUE value IS 37 (14.84% from 255) = 12.17%
R=15.13%
G=72.70%
B=12.17%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal46221370.7900.830.13117.0773.0250.59
Hex2EDD254F053D754933
Octal563354511701231516511163
Binary10111011011101100101100111101010011110111101011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EDD25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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