#1AC027

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

Shades of Lime Green #1AC027

Tints of Lime Green #1AC027

Color information

#1AC027 (or 0x1AC027) is unknown color: approx Lime Green. HEX triplet: 1A, C0 and 27. RGB value is (26,192,39). Sum of RGB (Red+Green+Blue) = 26+192+39=257 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.12% from 257); Green value is 192 (75.39% from 255 or 74.71% from 257); Blue value is 39 (15.62% from 255 or 15.18% from 257); Max value from RGB is 192 - color contains mainly: green. Hex color #1AC027 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AC027 is #E53FD8. Grayscale: #7D7D7D. Windows color (decimal): -15024089 or 2605082. OLE color: 2605082.

HSL color Cylindrical-coordinate representation of color #1AC027: hue angle of 124.7º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AC027 is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB2619239-
CMYK0.8600.800.25
HSL124.7º76.15%42.75%-
HSV(B)124.7º86.46%75.29%-
XYZ19.6438.078.23-
YUV124.9279.557.44-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.12%
GREEN value IS 192 (75.39% from 255) = 74.71%
BLUE value IS 39 (15.62% from 255) = 15.18%
R=10.12%
G=74.71%
B=15.18%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal26192390.8600.800.25124.776.1542.75
Hex1AC02756050197d4c2b
Octal323004712601203117511453
Binary11010110000001001111010110010100001100111111011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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