Html Css Color HEX #1AB912 Lime Green

📋 copy color: '#1AB912'

red 26 ◦ green 185 ◦ blue 18

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

Shades of Lime Green #1AB912

Tints of Lime Green #1AB912

RGB

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

 GREEN value IS 185 (72.66% from 255) = 80.79%

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

R = 11.35%
G = 80.79%
B = 7.86%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#1AB912 (or 0x1AB912) is known color: Lime Green. HEX triplet: 1A, B9 and 12. RGB value is (26,185,18). Sum of RGB (Red+Green+Blue) = 26+185+18=229 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.35% from 229); Green value is 185 (72.66% from 255 or 80.79% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 185 - color contains mainly: green. Hex color #1AB912 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AB912 is #E546ED. Grayscale: #767676. Windows color (decimal): -15025902 or 1227034. OLE color: 1227034.

HSL color Cylindrical-coordinate representation of color #1AB912: hue angle of 117.13º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AB912 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 26 185 18 -
CMYK 0.86 0 0.90 0.27
HSL 117.13º 0.82% 0.4% -
HSV(B) 117.13º 0.9% 0.73% -
XYZ 17.88 34.96 6.38 -
YUV 118.42 71.32 62.08 -
System Red Green Blue C M Y K H S L
Decimal 26 185 18 0.86 0 0.90 0.27 117.13 0.82 0.4
Hex 1A B9 12 56 0 5A 1B 75 52 28
Octal 32 271 22 126 0 132 33 165 122 50
Binary 11010 10111001 10010 1010110 0 1011010 11011 1110101 1010010 101000

Color Harmonies of #1AB912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB912

Black with #1AB912

Text Example


Text Example

White with #1AB912

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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