#18C017

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

Shades of Lime Green #18C017

Tints of Lime Green #18C017

Color information

#18C017 (or 0x18C017) is unknown color: approx Lime Green. HEX triplet: 18, C0 and 17. RGB value is (24,192,23). Sum of RGB (Red+Green+Blue) = 24+192+23=239 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.04% from 239); Green value is 192 (75.39% from 255 or 80.33% from 239); Blue value is 23 (9.38% from 255 or 9.62% from 239); Max value from RGB is 192 - color contains mainly: green. Hex color #18C017 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18C017 is #E73FE8. Grayscale: #7B7B7B. Windows color (decimal): -15155177 or 1556504. OLE color: 1556504.

HSL color Cylindrical-coordinate representation of color #18C017: hue angle of 119.64º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C017 is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB2419223-
CMYK0.8800.880.25
HSL119.64º78.6%42.16%-
HSV(B)119.64º88.02%75.29%-
XYZ19.3837.967.12-
YUV122.571.8457.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.04%
GREEN value IS 192 (75.39% from 255) = 80.33%
BLUE value IS 23 (9.38% from 255) = 9.62%
R=10.04%
G=80.33%
B=9.62%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal24192230.8800.880.25119.6478.642.16
Hex18C0175805819784f2a
Octal303002713001303117011752
Binary1100011000000101111011000010110001100111110001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18C017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,192,23); }

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

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

 a { background-color: rgb(24,192,23); }

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

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

 span { border-color: rgb(24,192,23); }

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