Shades of Lime Green #18CB27
Tints of Lime Green #18CB27
RGB
CMYK
RGB Variations
Color information
#18CB27 (or 0x18CB27) is known color: Lime Green. HEX triplet: 18, CB and 27. RGB value is (24,203,39). Sum of RGB (Red+Green+Blue) = 24+203+39=266 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.02% from 266); Green value is 203 (79.69% from 255 or 76.32% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 203 - color contains mainly: green. Hex color #18CB27 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CB27 is #E734D8. Grayscale: #838383. Windows color (decimal): -15152345 or 2607896. OLE color: 2607896.
HSL color Cylindrical-coordinate representation of color #18CB27: hue angle of 125.03º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CB27 is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 203 | 39 | - |
| CMYK | 0.88 | 0 | 0.81 | 0.20 |
| HSL | 125.03º | 0.79% | 0.45% | - |
| HSV(B) | 125.03º | 0.88% | 0.8% | - |
| XYZ | 22.1 | 43.05 | 9.06 | - |
| YUV | 130.78 | 76.2 | 51.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 203 | 39 | 0.88 | 0 | 0.81 | 0.20 | 125.03 | 0.79 | 0.45 |
| Hex | 18 | CB | 27 | 58 | 0 | 51 | 14 | 7D | 4F | 2D |
| Octal | 30 | 313 | 47 | 130 | 0 | 121 | 24 | 175 | 117 | 55 |
| Binary | 11000 | 11001011 | 100111 | 1011000 | 0 | 1010001 | 10100 | 1111101 | 1001111 | 101101 |
Color Harmonies of #18CB27
Complementary color
Monochromatic Colors of #18CB27
Black with #18CB27
Text Example
Text Example
White with #18CB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CB27; }
p { color: rgb(24,203,39); }
H1.HeaderClassName
{
color: #18CB27;
}
.AnyTagClassName
{
color: #18CB27;
}
</style>
background-color css
<style>
a { background-color: #18CB27; }
a { background-color: rgb(24,203,39); }
div.DivClassName
{
background-color: #18CB27;
}
.BgClassName
{
background-color: #18CB27;
}
</style>
border-color css
<style>
span { border-color: #18CB27; }
span { border-color: rgb(24,203,39); }
td.TdClassName
{
border-color: #18CB27;
}
.TagClassName
{
border-color: #18CB27;
}
</style>