#1ACC0D

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

Shades of Lime Green #1ACC0D

Tints of Lime Green #1ACC0D

Color information

#1ACC0D (or 0x1ACC0D) is unknown color: approx Lime Green. HEX triplet: 1A, CC and 0D. RGB value is (26,204,13). Sum of RGB (Red+Green+Blue) = 26+204+13=243 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.70% from 243); Green value is 204 (80.08% from 255 or 83.95% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 204 - color contains mainly: green. Hex color #1ACC0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ACC0D is #E533F2. Grayscale: #818181. Windows color (decimal): -15021043 or 904218. OLE color: 904218.

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

Color convert

RGB2620413-
CMYK0.8700.940.2
HSL115.92º88.02%42.55%-
HSV(B)115.92º93.63%80%-
XYZ22.0943.437.6-
YUV12962.5354.53-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.70%
GREEN value IS 204 (80.08% from 255) = 83.95%
BLUE value IS 13 (5.47% from 255) = 5.35%
R=10.70%
G=83.95%
B=5.35%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal26204130.8700.940.2115.9288.0242.55
Hex1ACCD5705E1474582b
Octal323141512701362416413053
Binary110101100110011011010111010111101010011101001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ACC0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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