Html Css Color HEX #2ED325 Lime Green

📋 copy color: '#2ED325'

red 46 ◦ green 211 ◦ blue 37

#2ED325
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #2ED325

Tints of Lime Green #2ED325

RGB

 RED value IS 46 (18.36% from 255) = 15.65%

 GREEN value IS 211 (82.81% from 255) = 71.77%

 BLUE value IS 37 (14.84% from 255) = 12.59%

R = 15.65%
G = 71.77%
B = 12.59%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#2ED325 (or 0x2ED325) is known color: Lime Green. HEX triplet: 2E, D3 and 25. RGB value is (46,211,37). Sum of RGB (Red+Green+Blue) = 46+211+37=294 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.65% from 294); Green value is 211 (82.81% from 255 or 71.77% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 211 - color contains mainly: green. Hex color #2ED325 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED325 is #D12CDA. Grayscale: #8E8E8E. Windows color (decimal): -13708507 or 2478894. OLE color: 2478894.

HSL color Cylindrical-coordinate representation of color #2ED325: hue angle of 116.9º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ED325 is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 46 211 37 -
CMYK 0.78 0 0.82 0.17
HSL 116.9º 0.7% 0.49% -
HSV(B) 116.9º 0.82% 0.83% -
XYZ 24.75 47.3 9.58 -
YUV 141.83 68.84 59.65 -
System Red Green Blue C M Y K H S L
Decimal 46 211 37 0.78 0 0.82 0.17 116.9 0.7 0.49
Hex 2E D3 25 4E 0 52 11 75 46 31
Octal 56 323 45 116 0 122 21 165 106 61
Binary 101110 11010011 100101 1001110 0 1010010 10001 1110101 1000110 110001

Color Harmonies of #2ED325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED325

Black with #2ED325

Text Example


Text Example

White with #2ED325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2ED325;
 }
 .AnyTagClassName
 {
   color: #2ED325;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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