Html Css Color HEX #2EDE33 Lime Green

📋 copy color: '#2EDE33'

red 46 ◦ green 222 ◦ blue 51

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

Shades of Lime Green #2EDE33

Tints of Lime Green #2EDE33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.99%

R = 14.42%
G = 69.59%
B = 15.99%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#2EDE33 (or 0x2EDE33) is known color: Lime Green. HEX triplet: 2E, DE and 33. RGB value is (46,222,51). Sum of RGB (Red+Green+Blue) = 46+222+51=319 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.42% from 319); Green value is 222 (87.11% from 255 or 69.59% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDE33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDE33 is #D121CC. Grayscale: #969696. Windows color (decimal): -13705677 or 3399214. OLE color: 3399214.

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

Color convert

RGB 46 222 51 -
CMYK 0.79 0 0.77 0.13
HSL 121.7º 0.73% 0.53% -
HSV(B) 121.7º 0.79% 0.87% -
XYZ 27.85 53.06 11.91 -
YUV 149.88 72.19 53.9 -
System Red Green Blue C M Y K H S L
Decimal 46 222 51 0.79 0 0.77 0.13 121.7 0.73 0.53
Hex 2E DE 33 4F 0 4D D 7A 49 35
Octal 56 336 63 117 0 115 15 172 111 65
Binary 101110 11011110 110011 1001111 0 1001101 1101 1111010 1001001 110101

Color Harmonies of #2EDE33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDE33

Black with #2EDE33

Text Example


Text Example

White with #2EDE33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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