Shades of Lime Green #18C930
Tints of Lime Green #18C930
RGB
CMYK
RGB Variations
Color information
#18C930 (or 0x18C930) is known color: Lime Green. HEX triplet: 18, C9 and 30. RGB value is (24,201,48). Sum of RGB (Red+Green+Blue) = 24+201+48=273 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.79% from 273); Green value is 201 (78.91% from 255 or 73.63% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 201 - color contains mainly: green. Hex color #18C930 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C930 is #E736CF. Grayscale: #838383. Windows color (decimal): -15152848 or 3197208. OLE color: 3197208.
HSL color Cylindrical-coordinate representation of color #18C930: hue angle of 128.14º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C930 is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 24 | 201 | 48 | - |
| CMYK | 0.88 | 0 | 0.76 | 0.21 |
| HSL | 128.14º | 0.79% | 0.44% | - |
| HSV(B) | 128.14º | 0.88% | 0.79% | - |
| XYZ | 21.8 | 42.18 | 9.79 | - |
| YUV | 130.64 | 81.36 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 201 | 48 | 0.88 | 0 | 0.76 | 0.21 | 128.14 | 0.79 | 0.44 |
| Hex | 18 | C9 | 30 | 58 | 0 | 4C | 15 | 80 | 4F | 2C |
| Octal | 30 | 311 | 60 | 130 | 0 | 114 | 25 | 200 | 117 | 54 |
| Binary | 11000 | 11001001 | 110000 | 1011000 | 0 | 1001100 | 10101 | 10000000 | 1001111 | 101100 |
Color Harmonies of #18C930
Complementary color
Monochromatic Colors of #18C930
Black with #18C930
Text Example
Text Example
White with #18C930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C930; }
p { color: rgb(24,201,48); }
H1.HeaderClassName
{
color: #18C930;
}
.AnyTagClassName
{
color: #18C930;
}
</style>
background-color css
<style>
a { background-color: #18C930; }
a { background-color: rgb(24,201,48); }
div.DivClassName
{
background-color: #18C930;
}
.BgClassName
{
background-color: #18C930;
}
</style>
border-color css
<style>
span { border-color: #18C930; }
span { border-color: rgb(24,201,48); }
td.TdClassName
{
border-color: #18C930;
}
.TagClassName
{
border-color: #18C930;
}
</style>