Html Css Color HEX #2ECE12 Lime Green

📋 copy color: '#2ECE12'

red 46 ◦ green 206 ◦ blue 18

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

Shades of Lime Green #2ECE12

Tints of Lime Green #2ECE12

RGB

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

 GREEN value IS 206 (80.86% from 255) = 76.3%

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

R = 17.04%
G = 76.3%
B = 6.67%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#2ECE12 (or 0x2ECE12) is known color: Lime Green. HEX triplet: 2E, CE and 12. RGB value is (46,206,18). Sum of RGB (Red+Green+Blue) = 46+206+18=270 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.04% from 270); Green value is 206 (80.86% from 255 or 76.30% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 206 - color contains mainly: green. Hex color #2ECE12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ECE12 is #D131ED. Grayscale: #898989. Windows color (decimal): -13709806 or 1232430. OLE color: 1232430.

HSL color Cylindrical-coordinate representation of color #2ECE12: hue angle of 111.06º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2ECE12 is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 46 206 18 -
CMYK 0.78 0 0.91 0.19
HSL 111.06º 0.84% 0.44% -
HSV(B) 111.06º 0.91% 0.81% -
XYZ 23.31 44.77 7.98 -
YUV 136.73 60.99 63.29 -
System Red Green Blue C M Y K H S L
Decimal 46 206 18 0.78 0 0.91 0.19 111.06 0.84 0.44
Hex 2E CE 12 4E 0 5B 13 6F 54 2C
Octal 56 316 22 116 0 133 23 157 124 54
Binary 101110 11001110 10010 1001110 0 1011011 10011 1101111 1010100 101100

Color Harmonies of #2ECE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECE12

Black with #2ECE12

Text Example


Text Example

White with #2ECE12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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