#18C70C

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

Shades of Lime Green #18C70C

Tints of Lime Green #18C70C

Color information

#18C70C (or 0x18C70C) is unknown color: approx Lime Green. HEX triplet: 18, C7 and 0C. RGB value is (24,199,12). Sum of RGB (Red+Green+Blue) = 24+199+12=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 199 (78.12% from 255 or 84.68% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 199 - color contains mainly: green. Hex color #18C70C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18C70C is #E738F3. Grayscale: #7D7D7D. Windows color (decimal): -15153396 or 837400. OLE color: 837400.

HSL color Cylindrical-coordinate representation of color #18C70C: hue angle of 116.15º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #18C70C is Cyan = 0.88, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB2419912-
CMYK0.8800.940.22
HSL116.15º88.63%41.37%-
HSV(B)116.15º93.97%78.04%-
XYZ20.8741.077.17-
YUV125.3664.0255.71-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.21%
GREEN value IS 199 (78.12% from 255) = 84.68%
BLUE value IS 12 (5.08% from 255) = 5.11%
R=10.21%
G=84.68%
B=5.11%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal24199120.8800.940.22116.1588.6341.37
Hex18C7C5805E16745929
Octal303071413001362616413151
Binary110001100011111001011000010111101011011101001011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18C70C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18C70C; }

 p { color: rgb(24,199,12); }

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

<style>
 a { background-color: #18C70C; }

 a { background-color: rgb(24,199,12); }

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

<style>
 span { border-color: #18C70C; }

 span { border-color: rgb(24,199,12); }

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