Shades of Lime Green #10C618
Tints of Lime Green #10C618
RGB
CMYK
RGB Variations
Color information
#10C618 (or 0x10C618) is known color: Lime Green. HEX triplet: 10, C6 and 18. RGB value is (16,198,24). Sum of RGB (Red+Green+Blue) = 16+198+24=238 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.72% from 238); Green value is 198 (77.73% from 255 or 83.19% from 238); Blue value is 24 (9.77% from 255 or 10.08% from 238); Max value from RGB is 198 - color contains mainly: green. Hex color #10C618 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10C618 is #EF39E7. Grayscale: #7C7C7C. Windows color (decimal): -15677928 or 1623568. OLE color: 1623568.
HSL color Cylindrical-coordinate representation of color #10C618: hue angle of 122.64º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C618 is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 198 | 24 | - |
| CMYK | 0.92 | 0 | 0.88 | 0.22 |
| HSL | 122.64º | 0.85% | 0.42% | - |
| HSV(B) | 122.64º | 0.92% | 0.78% | - |
| XYZ | 20.57 | 40.56 | 7.61 | - |
| YUV | 123.75 | 71.7 | 51.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 198 | 24 | 0.92 | 0 | 0.88 | 0.22 | 122.64 | 0.85 | 0.42 |
| Hex | 10 | C6 | 18 | 5C | 0 | 58 | 16 | 7B | 55 | 2A |
| Octal | 20 | 306 | 30 | 134 | 0 | 130 | 26 | 173 | 125 | 52 |
| Binary | 10000 | 11000110 | 11000 | 1011100 | 0 | 1011000 | 10110 | 1111011 | 1010101 | 101010 |
Color Harmonies of #10C618
Complementary color
Monochromatic Colors of #10C618
Black with #10C618
Text Example
Text Example
White with #10C618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C618; }
p { color: rgb(16,198,24); }
H1.HeaderClassName
{
color: #10C618;
}
.AnyTagClassName
{
color: #10C618;
}
</style>
background-color css
<style>
a { background-color: #10C618; }
a { background-color: rgb(16,198,24); }
div.DivClassName
{
background-color: #10C618;
}
.BgClassName
{
background-color: #10C618;
}
</style>
border-color css
<style>
span { border-color: #10C618; }
span { border-color: rgb(16,198,24); }
td.TdClassName
{
border-color: #10C618;
}
.TagClassName
{
border-color: #10C618;
}
</style>