Shades of Lime Green #18C61C
Tints of Lime Green #18C61C
RGB
CMYK
RGB Variations
Color information
#18C61C (or 0x18C61C) is known color: Lime Green. HEX triplet: 18, C6 and 1C. RGB value is (24,198,28). Sum of RGB (Red+Green+Blue) = 24+198+28=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 198 (77.73% from 255 or 79.2% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 198 - color contains mainly: green. Hex color #18C61C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C61C is #E739E3. Grayscale: #7F7F7F. Windows color (decimal): -15153636 or 1885720. OLE color: 1885720.
HSL color Cylindrical-coordinate representation of color #18C61C: hue angle of 121.38º 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 #18C61C is Cyan = 0.88, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 198 | 28 | - |
| CMYK | 0.88 | 0 | 0.86 | 0.22 |
| HSL | 121.38º | 0.78% | 0.44% | - |
| HSV(B) | 121.38º | 0.88% | 0.78% | - |
| XYZ | 20.78 | 40.67 | 7.85 | - |
| YUV | 126.59 | 72.35 | 54.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 198 | 28 | 0.88 | 0 | 0.86 | 0.22 | 121.38 | 0.78 | 0.44 |
| Hex | 18 | C6 | 1C | 58 | 0 | 56 | 16 | 79 | 4E | 2C |
| Octal | 30 | 306 | 34 | 130 | 0 | 126 | 26 | 171 | 116 | 54 |
| Binary | 11000 | 11000110 | 11100 | 1011000 | 0 | 1010110 | 10110 | 1111001 | 1001110 | 101100 |
Color Harmonies of #18C61C
Complementary color
Monochromatic Colors of #18C61C
Black with #18C61C
Text Example
Text Example
White with #18C61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C61C; }
p { color: rgb(24,198,28); }
H1.HeaderClassName
{
color: #18C61C;
}
.AnyTagClassName
{
color: #18C61C;
}
</style>
background-color css
<style>
a { background-color: #18C61C; }
a { background-color: rgb(24,198,28); }
div.DivClassName
{
background-color: #18C61C;
}
.BgClassName
{
background-color: #18C61C;
}
</style>
border-color css
<style>
span { border-color: #18C61C; }
span { border-color: rgb(24,198,28); }
td.TdClassName
{
border-color: #18C61C;
}
.TagClassName
{
border-color: #18C61C;
}
</style>