Html Css Color HEX #2EC712 Lime Green

📋 copy color: '#2EC712'

red 46 ◦ green 199 ◦ blue 18

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

Shades of Lime Green #2EC712

Tints of Lime Green #2EC712

RGB

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

 GREEN value IS 199 (78.13% from 255) = 75.67%

 BLUE value IS 18 (7.42% from 255) = 6.84%

R = 17.49%
G = 75.67%
B = 6.84%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#2EC712 (or 0x2EC712) is known color: Lime Green. HEX triplet: 2E, C7 and 12. RGB value is (46,199,18). Sum of RGB (Red+Green+Blue) = 46+199+18=263 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.49% from 263); Green value is 199 (78.12% from 255 or 75.67% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 199 - color contains mainly: green. Hex color #2EC712 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC712 is #D138ED. Grayscale: #858585. Windows color (decimal): -13711598 or 1230638. OLE color: 1230638.

HSL color Cylindrical-coordinate representation of color #2EC712: hue angle of 110.72º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2EC712 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 46 199 18 -
CMYK 0.77 0 0.91 0.22
HSL 110.72º 0.83% 0.43% -
HSV(B) 110.72º 0.91% 0.78% -
XYZ 21.66 41.47 7.44 -
YUV 132.62 63.31 66.22 -
System Red Green Blue C M Y K H S L
Decimal 46 199 18 0.77 0 0.91 0.22 110.72 0.83 0.43
Hex 2E C7 12 4D 0 5B 16 6F 53 2B
Octal 56 307 22 115 0 133 26 157 123 53
Binary 101110 11000111 10010 1001101 0 1011011 10110 1101111 1010011 101011

Color Harmonies of #2EC712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC712

Black with #2EC712

Text Example


Text Example

White with #2EC712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,199,18); }

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

background-color css

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

 a { background-color: rgb(46,199,18); }

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

border-color css

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

 span { border-color: rgb(46,199,18); }

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