#1AC030

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

Shades of Lime Green #1AC030

Tints of Lime Green #1AC030

Color information

#1AC030 (or 0x1AC030) is unknown color: approx Lime Green. HEX triplet: 1A, C0 and 30. RGB value is (26,192,48). Sum of RGB (Red+Green+Blue) = 26+192+48=266 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.77% from 266); Green value is 192 (75.39% from 255 or 72.18% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 192 - color contains mainly: green. Hex color #1AC030 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AC030 is #E53FCF. Grayscale: #7E7E7E. Windows color (decimal): -15024080 or 3194906. OLE color: 3194906.

HSL color Cylindrical-coordinate representation of color #1AC030: hue angle of 127.95º 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 #1AC030 is Cyan = 0.86, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB2619248-
CMYK0.8600.750.25
HSL127.95º76.15%42.75%-
HSV(B)127.95º86.46%75.29%-
XYZ19.8138.139.11-
YUV125.958456.71-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.77%
GREEN value IS 192 (75.39% from 255) = 72.18%
BLUE value IS 48 (19.14% from 255) = 18.05%
R=9.77%
G=72.18%
B=18.05%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal26192480.8600.750.25127.9576.1542.75
Hex1AC0305604B19804c2b
Octal323006012601133120011453
Binary110101100000011000010101100100101111001100000001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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