Html Css Color HEX #2ED52A Lime Green

📋 copy color: '#2ED52A'

red 46 ◦ green 213 ◦ blue 42

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

Shades of Lime Green #2ED52A

Tints of Lime Green #2ED52A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 70.76%

 BLUE value IS 42 (16.8% from 255) = 13.95%

R = 15.28%
G = 70.76%
B = 13.95%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#2ED52A (or 0x2ED52A) is known color: Lime Green. HEX triplet: 2E, D5 and 2A. RGB value is (46,213,42). Sum of RGB (Red+Green+Blue) = 46+213+42=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 213 (83.59% from 255 or 70.76% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED52A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED52A is #D12AD5. Grayscale: #909090. Windows color (decimal): -13707990 or 2807086. OLE color: 2807086.

HSL color Cylindrical-coordinate representation of color #2ED52A: hue angle of 118.6º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ED52A is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 46 213 42 -
CMYK 0.78 0 0.80 0.16
HSL 118.6º 0.67% 0.5% -
HSV(B) 118.6º 0.8% 0.84% -
XYZ 25.34 48.34 10.18 -
YUV 143.57 70.67 58.4 -
System Red Green Blue C M Y K H S L
Decimal 46 213 42 0.78 0 0.80 0.16 118.6 0.67 0.5
Hex 2E D5 2A 4E 0 50 10 77 43 32
Octal 56 325 52 116 0 120 20 167 103 62
Binary 101110 11010101 101010 1001110 0 1010000 10000 1110111 1000011 110010

Color Harmonies of #2ED52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED52A

Black with #2ED52A

Text Example


Text Example

White with #2ED52A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,213,42); }

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

background-color css

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

 a { background-color: rgb(46,213,42); }

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

border-color css

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

 span { border-color: rgb(46,213,42); }

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