Shades of Lime Green #18C327
Tints of Lime Green #18C327
RGB
CMYK
RGB Variations
Color information
#18C327 (or 0x18C327) is known color: Lime Green. HEX triplet: 18, C3 and 27. RGB value is (24,195,39). Sum of RGB (Red+Green+Blue) = 24+195+39=258 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.30% from 258); Green value is 195 (76.56% from 255 or 75.58% from 258); Blue value is 39 (15.62% from 255 or 15.12% from 258); Max value from RGB is 195 - color contains mainly: green. Hex color #18C327 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C327 is #E73CD8. Grayscale: #7E7E7E. Windows color (decimal): -15154393 or 2605848. OLE color: 2605848.
HSL color Cylindrical-coordinate representation of color #18C327: hue angle of 125.26º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C327 is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 195 | 39 | - |
| CMYK | 0.88 | 0 | 0.80 | 0.24 |
| HSL | 125.26º | 0.78% | 0.43% | - |
| HSV(B) | 125.26º | 0.88% | 0.76% | - |
| XYZ | 20.26 | 39.37 | 8.45 | - |
| YUV | 126.09 | 78.85 | 55.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 195 | 39 | 0.88 | 0 | 0.80 | 0.24 | 125.26 | 0.78 | 0.43 |
| Hex | 18 | C3 | 27 | 58 | 0 | 50 | 18 | 7D | 4E | 2B |
| Octal | 30 | 303 | 47 | 130 | 0 | 120 | 30 | 175 | 116 | 53 |
| Binary | 11000 | 11000011 | 100111 | 1011000 | 0 | 1010000 | 11000 | 1111101 | 1001110 | 101011 |
Color Harmonies of #18C327
Complementary color
Monochromatic Colors of #18C327
Black with #18C327
Text Example
Text Example
White with #18C327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C327; }
p { color: rgb(24,195,39); }
H1.HeaderClassName
{
color: #18C327;
}
.AnyTagClassName
{
color: #18C327;
}
</style>
background-color css
<style>
a { background-color: #18C327; }
a { background-color: rgb(24,195,39); }
div.DivClassName
{
background-color: #18C327;
}
.BgClassName
{
background-color: #18C327;
}
</style>
border-color css
<style>
span { border-color: #18C327; }
span { border-color: rgb(24,195,39); }
td.TdClassName
{
border-color: #18C327;
}
.TagClassName
{
border-color: #18C327;
}
</style>