Html Css Color HEX #2ED822 Lime Green

📋 copy color: '#2ED822'

red 46 ◦ green 216 ◦ blue 34

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

Shades of Lime Green #2ED822

Tints of Lime Green #2ED822

RGB

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

 GREEN value IS 216 (84.77% from 255) = 72.97%

 BLUE value IS 34 (13.67% from 255) = 11.49%

R = 15.54%
G = 72.97%
B = 11.49%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#2ED822 (or 0x2ED822) is known color: Lime Green. HEX triplet: 2E, D8 and 22. RGB value is (46,216,34). Sum of RGB (Red+Green+Blue) = 46+216+34=296 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.54% from 296); Green value is 216 (84.77% from 255 or 72.97% from 296); Blue value is 34 (13.67% from 255 or 11.49% from 296); Max value from RGB is 216 - color contains mainly: green. Hex color #2ED822 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED822 is #D127DD. Grayscale: #909090. Windows color (decimal): -13707230 or 2283566. OLE color: 2283566.

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

Color convert

RGB 46 216 34 -
CMYK 0.79 0 0.84 0.15
HSL 116.04º 0.73% 0.49% -
HSV(B) 116.04º 0.84% 0.85% -
XYZ 25.97 49.81 9.76 -
YUV 144.42 65.68 57.8 -
System Red Green Blue C M Y K H S L
Decimal 46 216 34 0.79 0 0.84 0.15 116.04 0.73 0.49
Hex 2E D8 22 4F 0 54 F 74 49 31
Octal 56 330 42 117 0 124 17 164 111 61
Binary 101110 11011000 100010 1001111 0 1010100 1111 1110100 1001001 110001

Color Harmonies of #2ED822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED822

Black with #2ED822

Text Example


Text Example

White with #2ED822

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,216,34); }

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

background-color css

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

 a { background-color: rgb(46,216,34); }

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

border-color css

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

 span { border-color: rgb(46,216,34); }

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