Html Css Color HEX #2ED928 Lime Green

📋 copy color: '#2ED928'

red 46 ◦ green 217 ◦ blue 40

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

Shades of Lime Green #2ED928

Tints of Lime Green #2ED928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.2%

R = 15.18%
G = 71.62%
B = 13.2%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#2ED928 (or 0x2ED928) is known color: Lime Green. HEX triplet: 2E, D9 and 28. RGB value is (46,217,40). Sum of RGB (Red+Green+Blue) = 46+217+40=303 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.18% from 303); Green value is 217 (85.16% from 255 or 71.62% from 303); Blue value is 40 (16.02% from 255 or 13.20% from 303); Max value from RGB is 217 - color contains mainly: green. Hex color #2ED928 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED928 is #D126D7. Grayscale: #929292. Windows color (decimal): -13706968 or 2677038. OLE color: 2677038.

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

Color convert

RGB 46 217 40 -
CMYK 0.79 0 0.82 0.15
HSL 117.97º 0.7% 0.5% -
HSV(B) 117.97º 0.82% 0.85% -
XYZ 26.32 50.36 10.34 -
YUV 145.69 68.35 56.89 -
System Red Green Blue C M Y K H S L
Decimal 46 217 40 0.79 0 0.82 0.15 117.97 0.7 0.5
Hex 2E D9 28 4F 0 52 F 76 46 32
Octal 56 331 50 117 0 122 17 166 106 62
Binary 101110 11011001 101000 1001111 0 1010010 1111 1110110 1000110 110010

Color Harmonies of #2ED928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED928

Black with #2ED928

Text Example


Text Example

White with #2ED928

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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