Shades of Lime Green #18CF13
Tints of Lime Green #18CF13
RGB
CMYK
RGB Variations
Color information
#18CF13 (or 0x18CF13) is known color: Lime Green. HEX triplet: 18, CF and 13. RGB value is (24,207,19). Sum of RGB (Red+Green+Blue) = 24+207+19=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 207 (81.25% from 255 or 82.8% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 207 - color contains mainly: green. Hex color #18CF13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18CF13 is #E730EC. Grayscale: #838383. Windows color (decimal): -15151341 or 1298200. OLE color: 1298200.
HSL color Cylindrical-coordinate representation of color #18CF13: hue angle of 118.4º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18CF13 is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 207 | 19 | - |
| CMYK | 0.88 | 0 | 0.91 | 0.19 |
| HSL | 118.4º | 0.83% | 0.44% | - |
| HSV(B) | 118.4º | 0.91% | 0.81% | - |
| XYZ | 22.81 | 44.87 | 8.07 | - |
| YUV | 130.85 | 64.87 | 51.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 207 | 19 | 0.88 | 0 | 0.91 | 0.19 | 118.4 | 0.83 | 0.44 |
| Hex | 18 | CF | 13 | 58 | 0 | 5B | 13 | 76 | 53 | 2C |
| Octal | 30 | 317 | 23 | 130 | 0 | 133 | 23 | 166 | 123 | 54 |
| Binary | 11000 | 11001111 | 10011 | 1011000 | 0 | 1011011 | 10011 | 1110110 | 1010011 | 101100 |
Color Harmonies of #18CF13
Complementary color
Monochromatic Colors of #18CF13
Black with #18CF13
Text Example
Text Example
White with #18CF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CF13; }
p { color: rgb(24,207,19); }
H1.HeaderClassName
{
color: #18CF13;
}
.AnyTagClassName
{
color: #18CF13;
}
</style>
background-color css
<style>
a { background-color: #18CF13; }
a { background-color: rgb(24,207,19); }
div.DivClassName
{
background-color: #18CF13;
}
.BgClassName
{
background-color: #18CF13;
}
</style>
border-color css
<style>
span { border-color: #18CF13; }
span { border-color: rgb(24,207,19); }
td.TdClassName
{
border-color: #18CF13;
}
.TagClassName
{
border-color: #18CF13;
}
</style>