Shades of Lime Green #18C92A
Tints of Lime Green #18C92A
RGB
CMYK
RGB Variations
Color information
#18C92A (or 0x18C92A) is known color: Lime Green. HEX triplet: 18, C9 and 2A. RGB value is (24,201,42). Sum of RGB (Red+Green+Blue) = 24+201+42=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 201 (78.91% from 255 or 75.28% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 201 - color contains mainly: green. Hex color #18C92A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C92A is #E736D5. Grayscale: #828282. Windows color (decimal): -15152854 or 2803992. OLE color: 2803992.
HSL color Cylindrical-coordinate representation of color #18C92A: hue angle of 126.1º 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 #18C92A is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 24 | 201 | 42 | - |
| CMYK | 0.88 | 0 | 0.79 | 0.21 |
| HSL | 126.1º | 0.79% | 0.44% | - |
| HSV(B) | 126.1º | 0.88% | 0.79% | - |
| XYZ | 21.68 | 42.13 | 9.18 | - |
| YUV | 129.95 | 78.36 | 52.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 201 | 42 | 0.88 | 0 | 0.79 | 0.21 | 126.1 | 0.79 | 0.44 |
| Hex | 18 | C9 | 2A | 58 | 0 | 4F | 15 | 7E | 4F | 2C |
| Octal | 30 | 311 | 52 | 130 | 0 | 117 | 25 | 176 | 117 | 54 |
| Binary | 11000 | 11001001 | 101010 | 1011000 | 0 | 1001111 | 10101 | 1111110 | 1001111 | 101100 |
Color Harmonies of #18C92A
Complementary color
Monochromatic Colors of #18C92A
Black with #18C92A
Text Example
Text Example
White with #18C92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C92A; }
p { color: rgb(24,201,42); }
H1.HeaderClassName
{
color: #18C92A;
}
.AnyTagClassName
{
color: #18C92A;
}
</style>
background-color css
<style>
a { background-color: #18C92A; }
a { background-color: rgb(24,201,42); }
div.DivClassName
{
background-color: #18C92A;
}
.BgClassName
{
background-color: #18C92A;
}
</style>
border-color css
<style>
span { border-color: #18C92A; }
span { border-color: rgb(24,201,42); }
td.TdClassName
{
border-color: #18C92A;
}
.TagClassName
{
border-color: #18C92A;
}
</style>