Html Css Color HEX #2EC517 Lime Green

📋 copy color: '#2EC517'

red 46 ◦ green 197 ◦ blue 23

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

Shades of Lime Green #2EC517

Tints of Lime Green #2EC517

RGB

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

 GREEN value IS 197 (77.34% from 255) = 74.06%

 BLUE value IS 23 (9.38% from 255) = 8.65%

R = 17.29%
G = 74.06%
B = 8.65%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#2EC517 (or 0x2EC517) is known color: Lime Green. HEX triplet: 2E, C5 and 17. RGB value is (46,197,23). Sum of RGB (Red+Green+Blue) = 46+197+23=266 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.29% from 266); Green value is 197 (77.34% from 255 or 74.06% from 266); Blue value is 23 (9.38% from 255 or 8.65% from 266); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC517 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC517 is #D13AE8. Grayscale: #848484. Windows color (decimal): -13712105 or 1557806. OLE color: 1557806.

HSL color Cylindrical-coordinate representation of color #2EC517: hue angle of 112.07º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2EC517 is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 46 197 23 -
CMYK 0.77 0 0.88 0.23
HSL 112.07º 0.79% 0.43% -
HSV(B) 112.07º 0.88% 0.77% -
XYZ 21.25 40.58 7.52 -
YUV 132.02 66.47 66.65 -
System Red Green Blue C M Y K H S L
Decimal 46 197 23 0.77 0 0.88 0.23 112.07 0.79 0.43
Hex 2E C5 17 4D 0 58 17 70 4F 2B
Octal 56 305 27 115 0 130 27 160 117 53
Binary 101110 11000101 10111 1001101 0 1011000 10111 1110000 1001111 101011

Color Harmonies of #2EC517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC517

Black with #2EC517

Text Example


Text Example

White with #2EC517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,197,23); }

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

background-color css

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

 a { background-color: rgb(46,197,23); }

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

border-color css

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

 span { border-color: rgb(46,197,23); }

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