Html Css Color HEX #2ED020 Lime Green

📋 copy color: '#2ED020'

red 46 ◦ green 208 ◦ blue 32

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

Shades of Lime Green #2ED020

Tints of Lime Green #2ED020

RGB

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

 GREEN value IS 208 (81.64% from 255) = 72.73%

 BLUE value IS 32 (12.89% from 255) = 11.19%

R = 16.08%
G = 72.73%
B = 11.19%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#2ED020 (or 0x2ED020) is known color: Lime Green. HEX triplet: 2E, D0 and 20. RGB value is (46,208,32). Sum of RGB (Red+Green+Blue) = 46+208+32=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 208 (81.64% from 255 or 72.73% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 208 - color contains mainly: green. Hex color #2ED020 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED020 is #D12FDF. Grayscale: #8C8C8C. Windows color (decimal): -13709280 or 2150446. OLE color: 2150446.

HSL color Cylindrical-coordinate representation of color #2ED020: hue angle of 115.23º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2ED020 is Cyan = 0.78, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 46 208 32 -
CMYK 0.78 0 0.85 0.18
HSL 115.23º 0.73% 0.47% -
HSV(B) 115.23º 0.85% 0.82% -
XYZ 23.94 45.8 8.94 -
YUV 139.5 67.33 61.31 -
System Red Green Blue C M Y K H S L
Decimal 46 208 32 0.78 0 0.85 0.18 115.23 0.73 0.47
Hex 2E D0 20 4E 0 55 12 73 49 2F
Octal 56 320 40 116 0 125 22 163 111 57
Binary 101110 11010000 100000 1001110 0 1010101 10010 1110011 1001001 101111

Color Harmonies of #2ED020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED020

Black with #2ED020

Text Example


Text Example

White with #2ED020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,208,32); }

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

background-color css

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

 a { background-color: rgb(46,208,32); }

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

border-color css

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

 span { border-color: rgb(46,208,32); }

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