Shades of Lime Green #18C62B
Tints of Lime Green #18C62B
RGB
CMYK
RGB Variations
Color information
#18C62B (or 0x18C62B) is known color: Lime Green. HEX triplet: 18, C6 and 2B. RGB value is (24,198,43). Sum of RGB (Red+Green+Blue) = 24+198+43=265 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.06% from 265); Green value is 198 (77.73% from 255 or 74.72% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 198 - color contains mainly: green. Hex color #18C62B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C62B is #E739D4. Grayscale: #808080. Windows color (decimal): -15153621 or 2868760. OLE color: 2868760.
HSL color Cylindrical-coordinate representation of color #18C62B: hue angle of 126.55º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C62B is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 198 | 43 | - |
| CMYK | 0.88 | 0 | 0.78 | 0.22 |
| HSL | 126.55º | 0.78% | 0.44% | - |
| HSV(B) | 126.55º | 0.88% | 0.78% | - |
| XYZ | 21.01 | 40.76 | 9.05 | - |
| YUV | 128.3 | 79.85 | 53.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 198 | 43 | 0.88 | 0 | 0.78 | 0.22 | 126.55 | 0.78 | 0.44 |
| Hex | 18 | C6 | 2B | 58 | 0 | 4E | 16 | 7F | 4E | 2C |
| Octal | 30 | 306 | 53 | 130 | 0 | 116 | 26 | 177 | 116 | 54 |
| Binary | 11000 | 11000110 | 101011 | 1011000 | 0 | 1001110 | 10110 | 1111111 | 1001110 | 101100 |
Color Harmonies of #18C62B
Complementary color
Monochromatic Colors of #18C62B
Black with #18C62B
Text Example
Text Example
White with #18C62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C62B; }
p { color: rgb(24,198,43); }
H1.HeaderClassName
{
color: #18C62B;
}
.AnyTagClassName
{
color: #18C62B;
}
</style>
background-color css
<style>
a { background-color: #18C62B; }
a { background-color: rgb(24,198,43); }
div.DivClassName
{
background-color: #18C62B;
}
.BgClassName
{
background-color: #18C62B;
}
</style>
border-color css
<style>
span { border-color: #18C62B; }
span { border-color: rgb(24,198,43); }
td.TdClassName
{
border-color: #18C62B;
}
.TagClassName
{
border-color: #18C62B;
}
</style>