#1AC507

Color #1AC507 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #1AC507

Tints of Lime Green #1AC507

Color information

#1AC507 (or 0x1AC507) is unknown color: approx Lime Green. HEX triplet: 1A, C5 and 07. RGB value is (26,197,7). Sum of RGB (Red+Green+Blue) = 26+197+7=230 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.30% from 230); Green value is 197 (77.34% from 255 or 85.65% from 230); Blue value is 7 (3.12% from 255 or 3.04% from 230); Max value from RGB is 197 - color contains mainly: green. Hex color #1AC507 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC507 is #E53AF8. Grayscale: #7C7C7C. Windows color (decimal): -15022841 or 509210. OLE color: 509210.

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

Color convert

RGB261977-
CMYK0.8700.960.23
HSL114º93.14%40%-
HSV(B)114º96.45%77.25%-
XYZ20.4340.176.88-
YUV124.2161.8557.95-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.30%
GREEN value IS 197 (77.34% from 255) = 85.65%
BLUE value IS 7 (3.12% from 255) = 3.04%
R=11.30%
G=85.65%
B=3.04%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal2619770.8700.960.2311493.1440
Hex1AC575706017725d28
Octal32305712701402716213550
Binary11010110001011111010111011000001011111100101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1AC507;
 }
 .AnyTagClassName
 {
   color: #1AC507;
 }
</style>
background-color css

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

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

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

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

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

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