Html Css Color HEX #2ECC12 Lime Green

📋 copy color: '#2ECC12'

red 46 ◦ green 204 ◦ blue 18

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

Shades of Lime Green #2ECC12

Tints of Lime Green #2ECC12

RGB

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

 GREEN value IS 204 (80.08% from 255) = 76.12%

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

R = 17.16%
G = 76.12%
B = 6.72%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#2ECC12 (or 0x2ECC12) is known color: Lime Green. HEX triplet: 2E, CC and 12. RGB value is (46,204,18). Sum of RGB (Red+Green+Blue) = 46+204+18=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 204 (80.08% from 255 or 76.12% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 204 - color contains mainly: green. Hex color #2ECC12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ECC12 is #D133ED. Grayscale: #888888. Windows color (decimal): -13710318 or 1231918. OLE color: 1231918.

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

Color convert

RGB 46 204 18 -
CMYK 0.77 0 0.91 0.2
HSL 110.97º 0.84% 0.44% -
HSV(B) 110.97º 0.91% 0.8% -
XYZ 22.83 43.81 7.83 -
YUV 135.55 61.65 64.12 -
System Red Green Blue C M Y K H S L
Decimal 46 204 18 0.77 0 0.91 0.2 110.97 0.84 0.44
Hex 2E CC 12 4D 0 5B 14 6F 54 2C
Octal 56 314 22 115 0 133 24 157 124 54
Binary 101110 11001100 10010 1001101 0 1011011 10100 1101111 1010100 101100

Color Harmonies of #2ECC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECC12

Black with #2ECC12

Text Example


Text Example

White with #2ECC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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