Html Css Color HEX #2ED31E Lime Green

📋 copy color: '#2ED31E'

red 46 ◦ green 211 ◦ blue 30

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

Shades of Lime Green #2ED31E

Tints of Lime Green #2ED31E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.45%

R = 16.03%
G = 73.52%
B = 10.45%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#2ED31E (or 0x2ED31E) is known color: Lime Green. HEX triplet: 2E, D3 and 1E. RGB value is (46,211,30). Sum of RGB (Red+Green+Blue) = 46+211+30=287 (38% of max value = 765). Red value is 46 (18.36% from 255 or 16.03% from 287); Green value is 211 (82.81% from 255 or 73.52% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 211 - color contains mainly: green. Hex color #2ED31E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED31E is #D12CE1. Grayscale: #8D8D8D. Windows color (decimal): -13708514 or 2020142. OLE color: 2020142.

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

Color convert

RGB 46 211 30 -
CMYK 0.78 0 0.86 0.17
HSL 114.7º 0.75% 0.47% -
HSV(B) 114.7º 0.86% 0.83% -
XYZ 24.66 47.26 9.05 -
YUV 141.03 65.34 60.22 -
System Red Green Blue C M Y K H S L
Decimal 46 211 30 0.78 0 0.86 0.17 114.7 0.75 0.47
Hex 2E D3 1E 4E 0 56 11 73 4B 2F
Octal 56 323 36 116 0 126 21 163 113 57
Binary 101110 11010011 11110 1001110 0 1010110 10001 1110011 1001011 101111

Color Harmonies of #2ED31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED31E

Black with #2ED31E

Text Example


Text Example

White with #2ED31E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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