Shades of Lime Green #18CF2C
Tints of Lime Green #18CF2C
RGB
CMYK
RGB Variations
Color information
#18CF2C (or 0x18CF2C) is known color: Lime Green. HEX triplet: 18, CF and 2C. RGB value is (24,207,44). Sum of RGB (Red+Green+Blue) = 24+207+44=275 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.73% from 275); Green value is 207 (81.25% from 255 or 75.27% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 207 - color contains mainly: green. Hex color #18CF2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CF2C is #E730D3. Grayscale: #868686. Windows color (decimal): -15151316 or 2936600. OLE color: 2936600.
HSL color Cylindrical-coordinate representation of color #18CF2C: hue angle of 126.56º 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 #18CF2C is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 207 | 44 | - |
| CMYK | 0.88 | 0 | 0.79 | 0.19 |
| HSL | 126.56º | 0.79% | 0.45% | - |
| HSV(B) | 126.56º | 0.88% | 0.81% | - |
| XYZ | 23.14 | 45 | 9.85 | - |
| YUV | 133.7 | 77.37 | 49.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 207 | 44 | 0.88 | 0 | 0.79 | 0.19 | 126.56 | 0.79 | 0.45 |
| Hex | 18 | CF | 2C | 58 | 0 | 4F | 13 | 7F | 4F | 2D |
| Octal | 30 | 317 | 54 | 130 | 0 | 117 | 23 | 177 | 117 | 55 |
| Binary | 11000 | 11001111 | 101100 | 1011000 | 0 | 1001111 | 10011 | 1111111 | 1001111 | 101101 |
Color Harmonies of #18CF2C
Complementary color
Monochromatic Colors of #18CF2C
Black with #18CF2C
Text Example
Text Example
White with #18CF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CF2C; }
p { color: rgb(24,207,44); }
H1.HeaderClassName
{
color: #18CF2C;
}
.AnyTagClassName
{
color: #18CF2C;
}
</style>
background-color css
<style>
a { background-color: #18CF2C; }
a { background-color: rgb(24,207,44); }
div.DivClassName
{
background-color: #18CF2C;
}
.BgClassName
{
background-color: #18CF2C;
}
</style>
border-color css
<style>
span { border-color: #18CF2C; }
span { border-color: rgb(24,207,44); }
td.TdClassName
{
border-color: #18CF2C;
}
.TagClassName
{
border-color: #18CF2C;
}
</style>