Html Css Color HEX #2ED31A Lime Green

📋 copy color: '#2ED31A'

red 46 ◦ green 211 ◦ blue 26

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

Shades of Lime Green #2ED31A

Tints of Lime Green #2ED31A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.19%

R = 16.25%
G = 74.56%
B = 9.19%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#2ED31A (or 0x2ED31A) is known color: Lime Green. HEX triplet: 2E, D3 and 1A. RGB value is (46,211,26). Sum of RGB (Red+Green+Blue) = 46+211+26=283 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.25% from 283); Green value is 211 (82.81% from 255 or 74.56% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 211 - color contains mainly: green. Hex color #2ED31A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED31A is #D12CE5. Grayscale: #8D8D8D. Windows color (decimal): -13708518 or 1757998. OLE color: 1757998.

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

Color convert

RGB 46 211 26 -
CMYK 0.78 0 0.88 0.17
HSL 113.51º 0.78% 0.46% -
HSV(B) 113.51º 0.88% 0.83% -
XYZ 24.61 47.24 8.8 -
YUV 140.58 63.34 60.54 -
System Red Green Blue C M Y K H S L
Decimal 46 211 26 0.78 0 0.88 0.17 113.51 0.78 0.46
Hex 2E D3 1A 4E 0 58 11 72 4E 2E
Octal 56 323 32 116 0 130 21 162 116 56
Binary 101110 11010011 11010 1001110 0 1011000 10001 1110010 1001110 101110

Color Harmonies of #2ED31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED31A

Black with #2ED31A

Text Example


Text Example

White with #2ED31A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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