#1ACC18

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

Shades of Lime Green #1ACC18

Tints of Lime Green #1ACC18

Color information

#1ACC18 (or 0x1ACC18) is unknown color: approx Lime Green. HEX triplet: 1A, CC and 18. RGB value is (26,204,24). Sum of RGB (Red+Green+Blue) = 26+204+24=254 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.24% from 254); Green value is 204 (80.08% from 255 or 80.31% from 254); Blue value is 24 (9.77% from 255 or 9.45% from 254); Max value from RGB is 204 - color contains mainly: green. Hex color #1ACC18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ACC18 is #E533E7. Grayscale: #828282. Windows color (decimal): -15021032 or 1625114. OLE color: 1625114.

HSL color Cylindrical-coordinate representation of color #1ACC18: hue angle of 119.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ACC18 is Cyan = 0.87, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB2620424-
CMYK0.8700.880.2
HSL119.33º78.95%44.71%-
HSV(B)119.33º88.24%80%-
XYZ22.1843.478.09-
YUV130.2668.0353.64-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.24%
GREEN value IS 204 (80.08% from 255) = 80.31%
BLUE value IS 24 (9.77% from 255) = 9.45%
R=10.24%
G=80.31%
B=9.45%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal26204240.8700.880.2119.3378.9544.71
Hex1ACC185705814774f2d
Octal323143012701302416711755
Binary1101011001100110001010111010110001010011101111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ACC18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,204,24); }

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

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

 a { background-color: rgb(26,204,24); }

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

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

 span { border-color: rgb(26,204,24); }

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