Html Css Color HEX #1AC506 Lime Green

📋 copy color: '#1AC506'

red 26 ◦ green 197 ◦ blue 6

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

Shades of Lime Green #1AC506

Tints of Lime Green #1AC506

RGB

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

 GREEN value IS 197 (77.34% from 255) = 86.03%

 BLUE value IS 6 (2.73% from 255) = 2.62%

R = 11.35%
G = 86.03%
B = 2.62%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#1AC506 (or 0x1AC506) is known color: Lime Green. HEX triplet: 1A, C5 and 06. RGB value is (26,197,6). Sum of RGB (Red+Green+Blue) = 26+197+6=229 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.35% from 229); Green value is 197 (77.34% from 255 or 86.03% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 197 - color contains mainly: green. Hex color #1AC506 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC506 is #E53AF9. Grayscale: #7C7C7C. Windows color (decimal): -15022842 or 443674. OLE color: 443674.

HSL color Cylindrical-coordinate representation of color #1AC506: hue angle of 113.72º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1AC506 is Cyan = 0.87, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 26 197 6 -
CMYK 0.87 0 0.97 0.23
HSL 113.72º 0.94% 0.4% -
HSV(B) 113.72º 0.97% 0.77% -
XYZ 20.43 40.17 6.85 -
YUV 124.1 61.35 58.03 -
System Red Green Blue C M Y K H S L
Decimal 26 197 6 0.87 0 0.97 0.23 113.72 0.94 0.4
Hex 1A C5 6 57 0 61 17 72 5E 28
Octal 32 305 6 127 0 141 27 162 136 50
Binary 11010 11000101 110 1010111 0 1100001 10111 1110010 1011110 101000

Color Harmonies of #1AC506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC506

Black with #1AC506

Text Example


Text Example

White with #1AC506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,197,6); }

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

background-color css

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

 a { background-color: rgb(26,197,6); }

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

border-color css

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

 span { border-color: rgb(26,197,6); }

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