Html Css Color HEX #1AC612 Lime Green

📋 copy color: '#1AC612'

red 26 ◦ green 198 ◦ blue 18

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

Shades of Lime Green #1AC612

Tints of Lime Green #1AC612

RGB

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

 GREEN value IS 198 (77.73% from 255) = 81.82%

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

R = 10.74%
G = 81.82%
B = 7.44%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#1AC612 (or 0x1AC612) is known color: Lime Green. HEX triplet: 1A, C6 and 12. RGB value is (26,198,18). Sum of RGB (Red+Green+Blue) = 26+198+18=242 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.74% from 242); Green value is 198 (77.73% from 255 or 81.82% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 198 - color contains mainly: green. Hex color #1AC612 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC612 is #E539ED. Grayscale: #7E7E7E. Windows color (decimal): -15022574 or 1230362. OLE color: 1230362.

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

Color convert

RGB 26 198 18 -
CMYK 0.87 0 0.91 0.22
HSL 117.33º 0.83% 0.42% -
HSV(B) 117.33º 0.91% 0.78% -
XYZ 20.73 40.65 7.33 -
YUV 126.05 67.02 56.64 -
System Red Green Blue C M Y K H S L
Decimal 26 198 18 0.87 0 0.91 0.22 117.33 0.83 0.42
Hex 1A C6 12 57 0 5B 16 75 53 2A
Octal 32 306 22 127 0 133 26 165 123 52
Binary 11010 11000110 10010 1010111 0 1011011 10110 1110101 1010011 101010

Color Harmonies of #1AC612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC612

Black with #1AC612

Text Example


Text Example

White with #1AC612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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