#18C618

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

Shades of Lime Green #18C618

Tints of Lime Green #18C618

Color information

#18C618 (or 0x18C618) is unknown color: approx Lime Green. HEX triplet: 18, C6 and 18. RGB value is (24,198,24). Sum of RGB (Red+Green+Blue) = 24+198+24=246 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.76% from 246); Green value is 198 (77.73% from 255 or 80.49% from 246); Blue value is 24 (9.77% from 255 or 9.76% from 246); Max value from RGB is 198 - color contains mainly: green. Hex color #18C618 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18C618 is #E739E7. Grayscale: #7E7E7E. Windows color (decimal): -15153640 or 1623576. OLE color: 1623576.

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

Color convert

RGB2419824-
CMYK0.8800.880.22
HSL120º78.38%43.53%-
HSV(B)120º87.88%77.65%-
XYZ20.7440.657.62-
YUV126.1470.3555.15-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.76%
GREEN value IS 198 (77.73% from 255) = 80.49%
BLUE value IS 24 (9.77% from 255) = 9.76%
R=9.76%
G=80.49%
B=9.76%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal24198240.8800.880.2212078.3843.53
Hex18C6185805816784e2c
Octal303063013001302617011654
Binary1100011000110110001011000010110001011011110001001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18C618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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