Shades of Lime Green #18B41C
Tints of Lime Green #18B41C
RGB
CMYK
RGB Variations
Color information
#18B41C (or 0x18B41C) is known color: Lime Green. HEX triplet: 18, B4 and 1C. RGB value is (24,180,28). Sum of RGB (Red+Green+Blue) = 24+180+28=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 180 (70.70% from 255 or 77.59% from 232); Blue value is 28 (11.33% from 255 or 12.07% from 232); Max value from RGB is 180 - color contains mainly: green. Hex color #18B41C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18B41C is #E74BE3. Grayscale: #747474. Windows color (decimal): -15158244 or 1881112. OLE color: 1881112.
HSL color Cylindrical-coordinate representation of color #18B41C: hue angle of 121.54º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B41C is Cyan = 0.87, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 24 | 180 | 28 | - |
| CMYK | 0.87 | 0 | 0.84 | 0.29 |
| HSL | 121.54º | 0.76% | 0.4% | - |
| HSV(B) | 121.54º | 0.87% | 0.71% | - |
| XYZ | 16.91 | 32.92 | 6.56 | - |
| YUV | 116.03 | 78.32 | 62.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 180 | 28 | 0.87 | 0 | 0.84 | 0.29 | 121.54 | 0.76 | 0.4 |
| Hex | 18 | B4 | 1C | 57 | 0 | 54 | 1D | 7A | 4C | 28 |
| Octal | 30 | 264 | 34 | 127 | 0 | 124 | 35 | 172 | 114 | 50 |
| Binary | 11000 | 10110100 | 11100 | 1010111 | 0 | 1010100 | 11101 | 1111010 | 1001100 | 101000 |
Color Harmonies of #18B41C
Complementary color
Monochromatic Colors of #18B41C
Black with #18B41C
Text Example
Text Example
White with #18B41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B41C; }
p { color: rgb(24,180,28); }
H1.HeaderClassName
{
color: #18B41C;
}
.AnyTagClassName
{
color: #18B41C;
}
</style>
background-color css
<style>
a { background-color: #18B41C; }
a { background-color: rgb(24,180,28); }
div.DivClassName
{
background-color: #18B41C;
}
.BgClassName
{
background-color: #18B41C;
}
</style>
border-color css
<style>
span { border-color: #18B41C; }
span { border-color: rgb(24,180,28); }
td.TdClassName
{
border-color: #18B41C;
}
.TagClassName
{
border-color: #18B41C;
}
</style>