Html Css Color HEX #2EC317 Lime Green

📋 copy color: '#2EC317'

red 46 ◦ green 195 ◦ blue 23

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

Shades of Lime Green #2EC317

Tints of Lime Green #2EC317

RGB

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

 GREEN value IS 195 (76.56% from 255) = 73.86%

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

R = 17.42%
G = 73.86%
B = 8.71%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#2EC317 (or 0x2EC317) is known color: Lime Green. HEX triplet: 2E, C3 and 17. RGB value is (46,195,23). Sum of RGB (Red+Green+Blue) = 46+195+23=264 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.42% from 264); Green value is 195 (76.56% from 255 or 73.86% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 195 - color contains mainly: green. Hex color #2EC317 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC317 is #D13CE8. Grayscale: #838383. Windows color (decimal): -13712617 or 1557294. OLE color: 1557294.

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

Color convert

RGB 46 195 23 -
CMYK 0.76 0 0.88 0.24
HSL 111.98º 0.79% 0.43% -
HSV(B) 111.98º 0.88% 0.76% -
XYZ 20.8 39.67 7.37 -
YUV 130.84 67.14 67.49 -
System Red Green Blue C M Y K H S L
Decimal 46 195 23 0.76 0 0.88 0.24 111.98 0.79 0.43
Hex 2E C3 17 4C 0 58 18 70 4F 2B
Octal 56 303 27 114 0 130 30 160 117 53
Binary 101110 11000011 10111 1001100 0 1011000 11000 1110000 1001111 101011

Color Harmonies of #2EC317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC317

Black with #2EC317

Text Example


Text Example

White with #2EC317

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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