Html Css Color HEX #2EED29 Lime Green

📋 copy color: '#2EED29'

red 46 ◦ green 237 ◦ blue 41

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

Shades of Lime Green #2EED29

Tints of Lime Green #2EED29

RGB

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

 GREEN value IS 237 (92.97% from 255) = 73.15%

 BLUE value IS 41 (16.41% from 255) = 12.65%

R = 14.2%
G = 73.15%
B = 12.65%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#2EED29 (or 0x2EED29) is known color: Lime Green. HEX triplet: 2E, ED and 29. RGB value is (46,237,41). Sum of RGB (Red+Green+Blue) = 46+237+41=324 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.20% from 324); Green value is 237 (92.97% from 255 or 73.15% from 324); Blue value is 41 (16.41% from 255 or 12.65% from 324); Max value from RGB is 237 - color contains mainly: green. Hex color #2EED29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EED29 is #D112D6. Grayscale: #9E9E9E. Windows color (decimal): -13701847 or 2747694. OLE color: 2747694.

HSL color Cylindrical-coordinate representation of color #2EED29: hue angle of 118.47º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2EED29 is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 237 41 -
CMYK 0.81 0 0.83 0.07
HSL 118.47º 0.84% 0.55% -
HSV(B) 118.47º 0.83% 0.93% -
XYZ 31.81 61.31 12.26 -
YUV 157.55 62.22 48.44 -
System Red Green Blue C M Y K H S L
Decimal 46 237 41 0.81 0 0.83 0.07 118.47 0.84 0.55
Hex 2E ED 29 51 0 53 7 76 54 37
Octal 56 355 51 121 0 123 7 166 124 67
Binary 101110 11101101 101001 1010001 0 1010011 111 1110110 1010100 110111

Color Harmonies of #2EED29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EED29

Black with #2EED29

Text Example


Text Example

White with #2EED29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,237,41); }

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

background-color css

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

 a { background-color: rgb(46,237,41); }

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

border-color css

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

 span { border-color: rgb(46,237,41); }

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