Html Css Color HEX #2ED619 Lime Green

📋 copy color: '#2ED619'

red 46 ◦ green 214 ◦ blue 25

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

Shades of Lime Green #2ED619

Tints of Lime Green #2ED619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.77%

R = 16.14%
G = 75.09%
B = 8.77%

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

#2ED619 (or 0x2ED619) is known color: Lime Green. HEX triplet: 2E, D6 and 19. RGB value is (46,214,25). Sum of RGB (Red+Green+Blue) = 46+214+25=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 214 (83.98% from 255 or 75.09% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 214 - color contains mainly: green. Hex color #2ED619 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ED619 is #D129E6. Grayscale: #8E8E8E. Windows color (decimal): -13707751 or 1693230. OLE color: 1693230.

HSL color Cylindrical-coordinate representation of color #2ED619: hue angle of 113.33º degrees, saturation: 0.79, 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 #2ED619 is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 46 214 25 -
CMYK 0.79 0 0.88 0.16
HSL 113.33º 0.79% 0.47% -
HSV(B) 113.33º 0.88% 0.84% -
XYZ 25.35 48.74 8.99 -
YUV 142.22 61.84 59.37 -
System Red Green Blue C M Y K H S L
Decimal 46 214 25 0.79 0 0.88 0.16 113.33 0.79 0.47
Hex 2E D6 19 4F 0 58 10 71 4F 2F
Octal 56 326 31 117 0 130 20 161 117 57
Binary 101110 11010110 11001 1001111 0 1011000 10000 1110001 1001111 101111

Color Harmonies of #2ED619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED619

Black with #2ED619

Text Example


Text Example

White with #2ED619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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