Html Css Color HEX #2ECA12 Lime Green

📋 copy color: '#2ECA12'

red 46 ◦ green 202 ◦ blue 18

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

Shades of Lime Green #2ECA12

Tints of Lime Green #2ECA12

RGB

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

 GREEN value IS 202 (79.3% from 255) = 75.94%

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

R = 17.29%
G = 75.94%
B = 6.77%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#2ECA12 (or 0x2ECA12) is known color: Lime Green. HEX triplet: 2E, CA and 12. RGB value is (46,202,18). Sum of RGB (Red+Green+Blue) = 46+202+18=266 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.29% from 266); Green value is 202 (79.30% from 255 or 75.94% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECA12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ECA12 is #D135ED. Grayscale: #868686. Windows color (decimal): -13710830 or 1231406. OLE color: 1231406.

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

Color convert

RGB 46 202 18 -
CMYK 0.77 0 0.91 0.21
HSL 110.87º 0.84% 0.43% -
HSV(B) 110.87º 0.91% 0.79% -
XYZ 22.36 42.87 7.67 -
YUV 134.38 62.32 64.96 -
System Red Green Blue C M Y K H S L
Decimal 46 202 18 0.77 0 0.91 0.21 110.87 0.84 0.43
Hex 2E CA 12 4D 0 5B 15 6F 54 2B
Octal 56 312 22 115 0 133 25 157 124 53
Binary 101110 11001010 10010 1001101 0 1011011 10101 1101111 1010100 101011

Color Harmonies of #2ECA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECA12

Black with #2ECA12

Text Example


Text Example

White with #2ECA12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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