Shades of Lime Green #18C40B
Tints of Lime Green #18C40B
RGB
CMYK
RGB Variations
Color information
#18C40B (or 0x18C40B) is known color: Lime Green. HEX triplet: 18, C4 and 0B. RGB value is (24,196,11). Sum of RGB (Red+Green+Blue) = 24+196+11=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 196 (76.95% from 255 or 84.85% from 231); Blue value is 11 (4.69% from 255 or 4.76% from 231); Max value from RGB is 196 - color contains mainly: green. Hex color #18C40B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18C40B is #E73BF4. Grayscale: #7C7C7C. Windows color (decimal): -15154165 or 771096. OLE color: 771096.
HSL color Cylindrical-coordinate representation of color #18C40B: hue angle of 115.78º 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 #18C40B is Cyan = 0.88, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 24 | 196 | 11 | - |
| CMYK | 0.88 | 0 | 0.94 | 0.23 |
| HSL | 115.78º | 0.89% | 0.41% | - |
| HSV(B) | 115.78º | 0.94% | 0.77% | - |
| XYZ | 20.18 | 39.7 | 6.92 | - |
| YUV | 123.48 | 64.52 | 57.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 196 | 11 | 0.88 | 0 | 0.94 | 0.23 | 115.78 | 0.89 | 0.41 |
| Hex | 18 | C4 | B | 58 | 0 | 5E | 17 | 74 | 59 | 29 |
| Octal | 30 | 304 | 13 | 130 | 0 | 136 | 27 | 164 | 131 | 51 |
| Binary | 11000 | 11000100 | 1011 | 1011000 | 0 | 1011110 | 10111 | 1110100 | 1011001 | 101001 |
Color Harmonies of #18C40B
Complementary color
Monochromatic Colors of #18C40B
Black with #18C40B
Text Example
Text Example
White with #18C40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C40B; }
p { color: rgb(24,196,11); }
H1.HeaderClassName
{
color: #18C40B;
}
.AnyTagClassName
{
color: #18C40B;
}
</style>
background-color css
<style>
a { background-color: #18C40B; }
a { background-color: rgb(24,196,11); }
div.DivClassName
{
background-color: #18C40B;
}
.BgClassName
{
background-color: #18C40B;
}
</style>
border-color css
<style>
span { border-color: #18C40B; }
span { border-color: rgb(24,196,11); }
td.TdClassName
{
border-color: #18C40B;
}
.TagClassName
{
border-color: #18C40B;
}
</style>