Html Css Color HEX #2EC915 Lime Green

📋 copy color: '#2EC915'

red 46 ◦ green 201 ◦ blue 21

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

Shades of Lime Green #2EC915

Tints of Lime Green #2EC915

RGB

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

 GREEN value IS 201 (78.91% from 255) = 75%

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

R = 17.16%
G = 75%
B = 7.84%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#2EC915 (or 0x2EC915) is known color: Lime Green. HEX triplet: 2E, C9 and 15. RGB value is (46,201,21). Sum of RGB (Red+Green+Blue) = 46+201+21=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 201 (78.91% from 255 or 75% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 201 - color contains mainly: green. Hex color #2EC915 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC915 is #D136EA. Grayscale: #868686. Windows color (decimal): -13711083 or 1427758. OLE color: 1427758.

HSL color Cylindrical-coordinate representation of color #2EC915: hue angle of 111.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2EC915 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 46 201 21 -
CMYK 0.77 0 0.90 0.21
HSL 111.67º 0.81% 0.44% -
HSV(B) 111.67º 0.9% 0.79% -
XYZ 22.15 42.41 7.73 -
YUV 134.14 64.15 65.14 -
System Red Green Blue C M Y K H S L
Decimal 46 201 21 0.77 0 0.90 0.21 111.67 0.81 0.44
Hex 2E C9 15 4D 0 5A 15 70 51 2C
Octal 56 311 25 115 0 132 25 160 121 54
Binary 101110 11001001 10101 1001101 0 1011010 10101 1110000 1010001 101100

Color Harmonies of #2EC915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC915

Black with #2EC915

Text Example


Text Example

White with #2EC915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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