Html Css Color HEX #1AC012 Lime Green

📋 copy color: '#1AC012'

red 26 ◦ green 192 ◦ blue 18

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

Shades of Lime Green #1AC012

Tints of Lime Green #1AC012

RGB

 RED value IS 26 (10.55% from 255) = 11.02%

 GREEN value IS 192 (75.39% from 255) = 81.36%

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

R = 11.02%
G = 81.36%
B = 7.63%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#1AC012 (or 0x1AC012) is known color: Lime Green. HEX triplet: 1A, C0 and 12. RGB value is (26,192,18). Sum of RGB (Red+Green+Blue) = 26+192+18=236 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.02% from 236); Green value is 192 (75.39% from 255 or 81.36% from 236); Blue value is 18 (7.42% from 255 or 7.63% from 236); Max value from RGB is 192 - color contains mainly: green. Hex color #1AC012 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC012 is #E53FED. Grayscale: #7B7B7B. Windows color (decimal): -15024110 or 1228826. OLE color: 1228826.

HSL color Cylindrical-coordinate representation of color #1AC012: hue angle of 117.24º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1AC012 is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 26 192 18 -
CMYK 0.86 0 0.91 0.25
HSL 117.24º 0.83% 0.41% -
HSV(B) 117.24º 0.91% 0.75% -
XYZ 19.38 37.96 6.88 -
YUV 122.53 69 59.15 -
System Red Green Blue C M Y K H S L
Decimal 26 192 18 0.86 0 0.91 0.25 117.24 0.83 0.41
Hex 1A C0 12 56 0 5B 19 75 53 29
Octal 32 300 22 126 0 133 31 165 123 51
Binary 11010 11000000 10010 1010110 0 1011011 11001 1110101 1010011 101001

Color Harmonies of #1AC012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC012

Black with #1AC012

Text Example


Text Example

White with #1AC012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1AC012; }

 p { color: rgb(26,192,18); }

 H1.HeaderClassName
 {
   color: #1AC012;
 }
 .AnyTagClassName
 {
   color: #1AC012;
 }
</style>

background-color css

<style>
 a { background-color: #1AC012; }

 a { background-color: rgb(26,192,18); }

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

border-color css

<style>
 span { border-color: #1AC012; }

 span { border-color: rgb(26,192,18); }

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