Shades of Lime Green #10C919
Tints of Lime Green #10C919
RGB
CMYK
RGB Variations
Color information
#10C919 (or 0x10C919) is known color: Lime Green. HEX triplet: 10, C9 and 19. RGB value is (16,201,25). Sum of RGB (Red+Green+Blue) = 16+201+25=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 201 (78.91% from 255 or 83.06% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 201 - color contains mainly: green. Hex color #10C919 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10C919 is #EF36E6. Grayscale: #7E7E7E. Windows color (decimal): -15677159 or 1689872. OLE color: 1689872.
HSL color Cylindrical-coordinate representation of color #10C919: hue angle of 122.92º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C919 is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 201 | 25 | - |
| CMYK | 0.92 | 0 | 0.88 | 0.21 |
| HSL | 122.92º | 0.85% | 0.43% | - |
| HSV(B) | 122.92º | 0.92% | 0.79% | - |
| XYZ | 21.28 | 41.95 | 7.9 | - |
| YUV | 125.62 | 71.21 | 49.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 201 | 25 | 0.92 | 0 | 0.88 | 0.21 | 122.92 | 0.85 | 0.43 |
| Hex | 10 | C9 | 19 | 5C | 0 | 58 | 15 | 7B | 55 | 2B |
| Octal | 20 | 311 | 31 | 134 | 0 | 130 | 25 | 173 | 125 | 53 |
| Binary | 10000 | 11001001 | 11001 | 1011100 | 0 | 1011000 | 10101 | 1111011 | 1010101 | 101011 |
Color Harmonies of #10C919
Complementary color
Monochromatic Colors of #10C919
Black with #10C919
Text Example
Text Example
White with #10C919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C919; }
p { color: rgb(16,201,25); }
H1.HeaderClassName
{
color: #10C919;
}
.AnyTagClassName
{
color: #10C919;
}
</style>
background-color css
<style>
a { background-color: #10C919; }
a { background-color: rgb(16,201,25); }
div.DivClassName
{
background-color: #10C919;
}
.BgClassName
{
background-color: #10C919;
}
</style>
border-color css
<style>
span { border-color: #10C919; }
span { border-color: rgb(16,201,25); }
td.TdClassName
{
border-color: #10C919;
}
.TagClassName
{
border-color: #10C919;
}
</style>