Html Css Color HEX #2ED90E Lime Green

📋 copy color: '#2ED90E'

red 46 ◦ green 217 ◦ blue 14

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

Shades of Lime Green #2ED90E

Tints of Lime Green #2ED90E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 78.34%

 BLUE value IS 14 (5.86% from 255) = 5.05%

R = 16.61%
G = 78.34%
B = 5.05%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#2ED90E (or 0x2ED90E) is known color: Lime Green. HEX triplet: 2E, D9 and 0E. RGB value is (46,217,14). Sum of RGB (Red+Green+Blue) = 46+217+14=277 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.61% from 277); Green value is 217 (85.16% from 255 or 78.34% from 277); Blue value is 14 (5.86% from 255 or 5.05% from 277); Max value from RGB is 217 - color contains mainly: green. Hex color #2ED90E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ED90E is #D126F1. Grayscale: #8F8F8F. Windows color (decimal): -13706994 or 973102. OLE color: 973102.

HSL color Cylindrical-coordinate representation of color #2ED90E: hue angle of 110.54º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2ED90E is Cyan = 0.79, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 46 217 14 -
CMYK 0.79 0 0.94 0.15
HSL 110.54º 0.88% 0.45% -
HSV(B) 110.54º 0.94% 0.85% -
XYZ 26.02 50.24 8.74 -
YUV 142.73 55.35 59.01 -
System Red Green Blue C M Y K H S L
Decimal 46 217 14 0.79 0 0.94 0.15 110.54 0.88 0.45
Hex 2E D9 E 4F 0 5E F 6F 58 2D
Octal 56 331 16 117 0 136 17 157 130 55
Binary 101110 11011001 1110 1001111 0 1011110 1111 1101111 1011000 101101

Color Harmonies of #2ED90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED90E

Black with #2ED90E

Text Example


Text Example

White with #2ED90E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,217,14); }

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

background-color css

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

 a { background-color: rgb(46,217,14); }

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

border-color css

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

 span { border-color: rgb(46,217,14); }

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