Shades of Lime Green #18CF2B
Tints of Lime Green #18CF2B
RGB
CMYK
RGB Variations
Color information
#18CF2B (or 0x18CF2B) is known color: Lime Green. HEX triplet: 18, CF and 2B. RGB value is (24,207,43). Sum of RGB (Red+Green+Blue) = 24+207+43=274 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.76% from 274); Green value is 207 (81.25% from 255 or 75.55% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 207 - color contains mainly: green. Hex color #18CF2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CF2B is #E730D4. Grayscale: #868686. Windows color (decimal): -15151317 or 2871064. OLE color: 2871064.
HSL color Cylindrical-coordinate representation of color #18CF2B: hue angle of 126.23º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CF2B is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 207 | 43 | - |
| CMYK | 0.88 | 0 | 0.79 | 0.19 |
| HSL | 126.23º | 0.79% | 0.45% | - |
| HSV(B) | 126.23º | 0.88% | 0.81% | - |
| XYZ | 23.13 | 44.99 | 9.75 | - |
| YUV | 133.59 | 76.87 | 49.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 207 | 43 | 0.88 | 0 | 0.79 | 0.19 | 126.23 | 0.79 | 0.45 |
| Hex | 18 | CF | 2B | 58 | 0 | 4F | 13 | 7E | 4F | 2D |
| Octal | 30 | 317 | 53 | 130 | 0 | 117 | 23 | 176 | 117 | 55 |
| Binary | 11000 | 11001111 | 101011 | 1011000 | 0 | 1001111 | 10011 | 1111110 | 1001111 | 101101 |
Color Harmonies of #18CF2B
Complementary color
Monochromatic Colors of #18CF2B
Black with #18CF2B
Text Example
Text Example
White with #18CF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CF2B; }
p { color: rgb(24,207,43); }
H1.HeaderClassName
{
color: #18CF2B;
}
.AnyTagClassName
{
color: #18CF2B;
}
</style>
background-color css
<style>
a { background-color: #18CF2B; }
a { background-color: rgb(24,207,43); }
div.DivClassName
{
background-color: #18CF2B;
}
.BgClassName
{
background-color: #18CF2B;
}
</style>
border-color css
<style>
span { border-color: #18CF2B; }
span { border-color: rgb(24,207,43); }
td.TdClassName
{
border-color: #18CF2B;
}
.TagClassName
{
border-color: #18CF2B;
}
</style>