Html Css Color HEX #2EDD36 Lime Green

📋 copy color: '#2EDD36'

red 46 ◦ green 221 ◦ blue 54

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

Shades of Lime Green #2EDD36

Tints of Lime Green #2EDD36

RGB

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

 GREEN value IS 221 (86.72% from 255) = 68.85%

 BLUE value IS 54 (21.48% from 255) = 16.82%

R = 14.33%
G = 68.85%
B = 16.82%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#2EDD36 (or 0x2EDD36) is known color: Lime Green. HEX triplet: 2E, DD and 36. RGB value is (46,221,54). Sum of RGB (Red+Green+Blue) = 46+221+54=321 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.33% from 321); Green value is 221 (86.72% from 255 or 68.85% from 321); Blue value is 54 (21.48% from 255 or 16.82% from 321); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDD36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDD36 is #D122C9. Grayscale: #969696. Windows color (decimal): -13705930 or 3595566. OLE color: 3595566.

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

Color convert

RGB 46 221 54 -
CMYK 0.79 0 0.76 0.13
HSL 122.74º 0.72% 0.52% -
HSV(B) 122.74º 0.79% 0.87% -
XYZ 27.65 52.56 12.18 -
YUV 149.64 74.02 54.08 -
System Red Green Blue C M Y K H S L
Decimal 46 221 54 0.79 0 0.76 0.13 122.74 0.72 0.52
Hex 2E DD 36 4F 0 4C D 7B 48 34
Octal 56 335 66 117 0 114 15 173 110 64
Binary 101110 11011101 110110 1001111 0 1001100 1101 1111011 1001000 110100

Color Harmonies of #2EDD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDD36

Black with #2EDD36

Text Example


Text Example

White with #2EDD36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,221,54); }

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

background-color css

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

 a { background-color: rgb(46,221,54); }

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

border-color css

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

 span { border-color: rgb(46,221,54); }

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