Html Css Color HEX #2EDD15 Lime Green

📋 copy color: '#2EDD15'

red 46 ◦ green 221 ◦ blue 21

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

Shades of Lime Green #2EDD15

Tints of Lime Green #2EDD15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.29%

R = 15.97%
G = 76.74%
B = 7.29%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#2EDD15 (or 0x2EDD15) is known color: Lime Green. HEX triplet: 2E, DD and 15. RGB value is (46,221,21). Sum of RGB (Red+Green+Blue) = 46+221+21=288 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.97% from 288); Green value is 221 (86.72% from 255 or 76.74% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDD15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EDD15 is #D122EA. Grayscale: #929292. Windows color (decimal): -13705963 or 1432878. OLE color: 1432878.

HSL color Cylindrical-coordinate representation of color #2EDD15: hue angle of 112.5º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2EDD15 is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 221 21 -
CMYK 0.79 0 0.90 0.13
HSL 112.5º 0.83% 0.47% -
HSV(B) 112.5º 0.9% 0.87% -
XYZ 27.12 52.35 9.38 -
YUV 145.88 57.52 56.76 -
System Red Green Blue C M Y K H S L
Decimal 46 221 21 0.79 0 0.90 0.13 112.5 0.83 0.47
Hex 2E DD 15 4F 0 5A D 70 53 2F
Octal 56 335 25 117 0 132 15 160 123 57
Binary 101110 11011101 10101 1001111 0 1011010 1101 1110000 1010011 101111

Color Harmonies of #2EDD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDD15

Black with #2EDD15

Text Example


Text Example

White with #2EDD15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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