Html Css Color HEX #2ED61A Lime Green

📋 copy color: '#2ED61A'

red 46 ◦ green 214 ◦ blue 26

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

Shades of Lime Green #2ED61A

Tints of Lime Green #2ED61A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 74.83%

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

R = 16.08%
G = 74.83%
B = 9.09%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#2ED61A (or 0x2ED61A) is known color: Lime Green. HEX triplet: 2E, D6 and 1A. RGB value is (46,214,26). Sum of RGB (Red+Green+Blue) = 46+214+26=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 214 (83.98% from 255 or 74.83% from 286); Blue value is 26 (10.55% from 255 or 9.09% from 286); Max value from RGB is 214 - color contains mainly: green. Hex color #2ED61A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED61A is #D129E5. Grayscale: #8E8E8E. Windows color (decimal): -13707750 or 1758766. OLE color: 1758766.

HSL color Cylindrical-coordinate representation of color #2ED61A: hue angle of 113.62º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2ED61A is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 46 214 26 -
CMYK 0.79 0 0.88 0.16
HSL 113.62º 0.78% 0.47% -
HSV(B) 113.62º 0.88% 0.84% -
XYZ 25.36 48.75 9.05 -
YUV 142.34 62.34 59.29 -
System Red Green Blue C M Y K H S L
Decimal 46 214 26 0.79 0 0.88 0.16 113.62 0.78 0.47
Hex 2E D6 1A 4F 0 58 10 72 4E 2F
Octal 56 326 32 117 0 130 20 162 116 57
Binary 101110 11010110 11010 1001111 0 1011000 10000 1110010 1001110 101111

Color Harmonies of #2ED61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED61A

Black with #2ED61A

Text Example


Text Example

White with #2ED61A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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