#18c613

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

Shades of Lime Green #18C613

Tints of Lime Green #18C613

Color information

#18C613 (or 0x18C613) is unknown color: approx Lime Green. HEX triplet: 18, C6 and 13. RGB value is (24,198,19). Sum of RGB (Red+Green+Blue) = 24+198+19=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 198 (77.73% from 255 or 82.16% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 198 - color contains mainly: green. Hex color #18C613 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18C613 is #E739EC. Grayscale: #7E7E7E. Windows color (decimal): -15153645 or 1295896. OLE color: 1295896.

HSL color Cylindrical-coordinate representation of color #18C613: hue angle of 118.32º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18C613 is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB2419819-
CMYK0.8800.900.22
HSL118.32º82.49%42.55%-
HSV(B)118.32º90.4%77.65%-
XYZ20.6940.637.37-
YUV125.5767.8555.55-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.96%
GREEN value IS 198 (77.73% from 255) = 82.16%
BLUE value IS 19 (7.81% from 255) = 7.88%
R=9.96%
G=82.16%
B=7.88%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal24198190.8800.900.22118.3282.4942.55
Hex18C6135805A1676522b
Octal303062313001322616612253
Binary1100011000110100111011000010110101011011101101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18c613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,198,19); }

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

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

 a { background-color: rgb(24,198,19); }

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

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

 span { border-color: rgb(24,198,19); }

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