Shades of Lime Green #18C50B
Tints of Lime Green #18C50B
RGB
CMYK
RGB Variations
Color information
#18C50B (or 0x18C50B) is known color: Lime Green. HEX triplet: 18, C5 and 0B. RGB value is (24,197,11). Sum of RGB (Red+Green+Blue) = 24+197+11=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 197 (77.34% from 255 or 84.91% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 197 - color contains mainly: green. Hex color #18C50B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18C50B is #E73AF4. Grayscale: #7C7C7C. Windows color (decimal): -15153909 or 771352. OLE color: 771352.
HSL color Cylindrical-coordinate representation of color #18C50B: hue angle of 115.81º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #18C50B is Cyan = 0.88, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 24 | 197 | 11 | - |
| CMYK | 0.88 | 0 | 0.94 | 0.23 |
| HSL | 115.81º | 0.89% | 0.41% | - |
| HSV(B) | 115.81º | 0.94% | 0.77% | - |
| XYZ | 20.4 | 40.15 | 6.99 | - |
| YUV | 124.07 | 64.19 | 56.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 197 | 11 | 0.88 | 0 | 0.94 | 0.23 | 115.81 | 0.89 | 0.41 |
| Hex | 18 | C5 | B | 58 | 0 | 5E | 17 | 74 | 59 | 29 |
| Octal | 30 | 305 | 13 | 130 | 0 | 136 | 27 | 164 | 131 | 51 |
| Binary | 11000 | 11000101 | 1011 | 1011000 | 0 | 1011110 | 10111 | 1110100 | 1011001 | 101001 |
Color Harmonies of #18C50B
Complementary color
Monochromatic Colors of #18C50B
Black with #18C50B
Text Example
Text Example
White with #18C50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C50B; }
p { color: rgb(24,197,11); }
H1.HeaderClassName
{
color: #18C50B;
}
.AnyTagClassName
{
color: #18C50B;
}
</style>
background-color css
<style>
a { background-color: #18C50B; }
a { background-color: rgb(24,197,11); }
div.DivClassName
{
background-color: #18C50B;
}
.BgClassName
{
background-color: #18C50B;
}
</style>
border-color css
<style>
span { border-color: #18C50B; }
span { border-color: rgb(24,197,11); }
td.TdClassName
{
border-color: #18C50B;
}
.TagClassName
{
border-color: #18C50B;
}
</style>