#1AC527

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

Shades of Lime Green #1AC527

Tints of Lime Green #1AC527

Color information

#1AC527 (or 0x1AC527) is unknown color: approx Lime Green. HEX triplet: 1A, C5 and 27. RGB value is (26,197,39). Sum of RGB (Red+Green+Blue) = 26+197+39=262 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.92% from 262); Green value is 197 (77.34% from 255 or 75.19% from 262); Blue value is 39 (15.62% from 255 or 14.89% from 262); Max value from RGB is 197 - color contains mainly: green. Hex color #1AC527 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AC527 is #E53AD8. Grayscale: #808080. Windows color (decimal): -15022809 or 2606362. OLE color: 2606362.

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

Color convert

RGB2619739-
CMYK0.8700.800.23
HSL124.56º76.68%43.73%-
HSV(B)124.56º86.8%77.25%-
XYZ20.7640.38.6-
YUV127.8677.8555.35-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.92%
GREEN value IS 197 (77.34% from 255) = 75.19%
BLUE value IS 39 (15.62% from 255) = 14.89%
R=9.92%
G=75.19%
B=14.89%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal26197390.8700.800.23124.5676.6843.73
Hex1AC52757050177d4d2c
Octal323054712701202717511554
Binary11010110001011001111010111010100001011111111011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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