Shades of Lime Green #18C907
Tints of Lime Green #18C907
RGB
CMYK
RGB Variations
Color information
#18C907 (or 0x18C907) is known color: Lime Green. HEX triplet: 18, C9 and 07. RGB value is (24,201,7). Sum of RGB (Red+Green+Blue) = 24+201+7=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 201 (78.91% from 255 or 86.64% from 232); Blue value is 7 (3.12% from 255 or 3.02% from 232); Max value from RGB is 201 - color contains mainly: green. Hex color #18C907 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18C907 is #E736F8. Grayscale: #7E7E7E. Windows color (decimal): -15152889 or 510232. OLE color: 510232.
HSL color Cylindrical-coordinate representation of color #18C907: hue angle of 114.74º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #18C907 is Cyan = 0.88, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 24 | 201 | 7 | - |
| CMYK | 0.88 | 0 | 0.97 | 0.21 |
| HSL | 114.74º | 0.93% | 0.41% | - |
| HSV(B) | 114.74º | 0.97% | 0.79% | - |
| XYZ | 21.3 | 41.98 | 7.18 | - |
| YUV | 125.96 | 60.86 | 55.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 201 | 7 | 0.88 | 0 | 0.97 | 0.21 | 114.74 | 0.93 | 0.41 |
| Hex | 18 | C9 | 7 | 58 | 0 | 61 | 15 | 73 | 5D | 29 |
| Octal | 30 | 311 | 7 | 130 | 0 | 141 | 25 | 163 | 135 | 51 |
| Binary | 11000 | 11001001 | 111 | 1011000 | 0 | 1100001 | 10101 | 1110011 | 1011101 | 101001 |
Color Harmonies of #18C907
Complementary color
Monochromatic Colors of #18C907
Black with #18C907
Text Example
Text Example
White with #18C907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C907; }
p { color: rgb(24,201,7); }
H1.HeaderClassName
{
color: #18C907;
}
.AnyTagClassName
{
color: #18C907;
}
</style>
background-color css
<style>
a { background-color: #18C907; }
a { background-color: rgb(24,201,7); }
div.DivClassName
{
background-color: #18C907;
}
.BgClassName
{
background-color: #18C907;
}
</style>
border-color css
<style>
span { border-color: #18C907; }
span { border-color: rgb(24,201,7); }
td.TdClassName
{
border-color: #18C907;
}
.TagClassName
{
border-color: #18C907;
}
</style>