Html Css Color HEX #2EDE45 Lime Green

📋 copy color: '#2EDE45'

red 46 ◦ green 222 ◦ blue 69

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

Shades of Lime Green #2EDE45

Tints of Lime Green #2EDE45

RGB

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

 GREEN value IS 222 (87.11% from 255) = 65.88%

 BLUE value IS 69 (27.34% from 255) = 20.47%

R = 13.65%
G = 65.88%
B = 20.47%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#2EDE45 (or 0x2EDE45) is known color: Lime Green. HEX triplet: 2E, DE and 45. RGB value is (46,222,69). Sum of RGB (Red+Green+Blue) = 46+222+69=337 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.65% from 337); Green value is 222 (87.11% from 255 or 65.88% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDE45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDE45 is #D121BA. Grayscale: #989898. Windows color (decimal): -13705659 or 4578862. OLE color: 4578862.

HSL color Cylindrical-coordinate representation of color #2EDE45: hue angle of 127.84º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDE45 is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 222 69 -
CMYK 0.79 0 0.69 0.13
HSL 127.84º 0.73% 0.53% -
HSV(B) 127.84º 0.79% 0.87% -
XYZ 28.32 53.25 14.42 -
YUV 151.93 81.19 52.44 -
System Red Green Blue C M Y K H S L
Decimal 46 222 69 0.79 0 0.69 0.13 127.84 0.73 0.53
Hex 2E DE 45 4F 0 45 D 80 49 35
Octal 56 336 105 117 0 105 15 200 111 65
Binary 101110 11011110 1000101 1001111 0 1000101 1101 10000000 1001001 110101

Color Harmonies of #2EDE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDE45

Black with #2EDE45

Text Example


Text Example

White with #2EDE45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,222,69); }

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

background-color css

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

 a { background-color: rgb(46,222,69); }

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

border-color css

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

 span { border-color: rgb(46,222,69); }

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