#1AC70D

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

Shades of Lime Green #1AC70D

Tints of Lime Green #1AC70D

Color information

#1AC70D (or 0x1AC70D) is unknown color: approx Lime Green. HEX triplet: 1A, C7 and 0D. RGB value is (26,199,13). Sum of RGB (Red+Green+Blue) = 26+199+13=238 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.92% from 238); Green value is 199 (78.12% from 255 or 83.61% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 199 - color contains mainly: green. Hex color #1AC70D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC70D is #E538F2. Grayscale: #7E7E7E. Windows color (decimal): -15022323 or 902938. OLE color: 902938.

HSL color Cylindrical-coordinate representation of color #1AC70D: hue angle of 115.81º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1AC70D is Cyan = 0.87, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB2619913-
CMYK0.8700.930.22
HSL115.81º87.74%41.57%-
HSV(B)115.81º93.47%78.04%-
XYZ20.9241.17.21-
YUV126.0764.1956.62-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.92%
GREEN value IS 199 (78.12% from 255) = 83.61%
BLUE value IS 13 (5.47% from 255) = 5.46%
R=10.92%
G=83.61%
B=5.46%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal26199130.8700.930.22115.8187.7441.57
Hex1AC7D5705D1674582a
Octal323071512701352616413052
Binary110101100011111011010111010111011011011101001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC70D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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