Shades of Lime Green #18CF27
Tints of Lime Green #18CF27
RGB
CMYK
RGB Variations
Color information
#18CF27 (or 0x18CF27) is known color: Lime Green. HEX triplet: 18, CF and 27. RGB value is (24,207,39). Sum of RGB (Red+Green+Blue) = 24+207+39=270 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.89% from 270); Green value is 207 (81.25% from 255 or 76.67% from 270); Blue value is 39 (15.62% from 255 or 14.44% from 270); Max value from RGB is 207 - color contains mainly: green. Hex color #18CF27 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CF27 is #E730D8. Grayscale: #858585. Windows color (decimal): -15151321 or 2608920. OLE color: 2608920.
HSL color Cylindrical-coordinate representation of color #18CF27: hue angle of 124.92º 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 #18CF27 is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 207 | 39 | - |
| CMYK | 0.88 | 0 | 0.81 | 0.19 |
| HSL | 124.92º | 0.79% | 0.45% | - |
| HSV(B) | 124.92º | 0.88% | 0.81% | - |
| XYZ | 23.06 | 44.97 | 9.38 | - |
| YUV | 133.13 | 74.87 | 50.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 207 | 39 | 0.88 | 0 | 0.81 | 0.19 | 124.92 | 0.79 | 0.45 |
| Hex | 18 | CF | 27 | 58 | 0 | 51 | 13 | 7D | 4F | 2D |
| Octal | 30 | 317 | 47 | 130 | 0 | 121 | 23 | 175 | 117 | 55 |
| Binary | 11000 | 11001111 | 100111 | 1011000 | 0 | 1010001 | 10011 | 1111101 | 1001111 | 101101 |
Color Harmonies of #18CF27
Complementary color
Monochromatic Colors of #18CF27
Black with #18CF27
Text Example
Text Example
White with #18CF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CF27; }
p { color: rgb(24,207,39); }
H1.HeaderClassName
{
color: #18CF27;
}
.AnyTagClassName
{
color: #18CF27;
}
</style>
background-color css
<style>
a { background-color: #18CF27; }
a { background-color: rgb(24,207,39); }
div.DivClassName
{
background-color: #18CF27;
}
.BgClassName
{
background-color: #18CF27;
}
</style>
border-color css
<style>
span { border-color: #18CF27; }
span { border-color: rgb(24,207,39); }
td.TdClassName
{
border-color: #18CF27;
}
.TagClassName
{
border-color: #18CF27;
}
</style>