Html Css Color HEX #2EDE37 Lime Green

📋 copy color: '#2EDE37'

red 46 ◦ green 222 ◦ blue 55

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

Shades of Lime Green #2EDE37

Tints of Lime Green #2EDE37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.03%

R = 14.24%
G = 68.73%
B = 17.03%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#2EDE37 (or 0x2EDE37) is known color: Lime Green. HEX triplet: 2E, DE and 37. RGB value is (46,222,55). Sum of RGB (Red+Green+Blue) = 46+222+55=323 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.24% from 323); Green value is 222 (87.11% from 255 or 68.73% from 323); Blue value is 55 (21.88% from 255 or 17.03% from 323); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDE37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDE37 is #D121C8. Grayscale: #969696. Windows color (decimal): -13705673 or 3661358. OLE color: 3661358.

HSL color Cylindrical-coordinate representation of color #2EDE37: hue angle of 123.07º 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 #2EDE37 is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 222 55 -
CMYK 0.79 0 0.75 0.13
HSL 123.07º 0.73% 0.53% -
HSV(B) 123.07º 0.79% 0.87% -
XYZ 27.94 53.1 12.39 -
YUV 150.34 74.19 53.58 -
System Red Green Blue C M Y K H S L
Decimal 46 222 55 0.79 0 0.75 0.13 123.07 0.73 0.53
Hex 2E DE 37 4F 0 4B D 7B 49 35
Octal 56 336 67 117 0 113 15 173 111 65
Binary 101110 11011110 110111 1001111 0 1001011 1101 1111011 1001001 110101

Color Harmonies of #2EDE37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDE37

Black with #2EDE37

Text Example


Text Example

White with #2EDE37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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