Shades of Lime Green #18CC2C
Tints of Lime Green #18CC2C
RGB
CMYK
RGB Variations
Color information
#18CC2C (or 0x18CC2C) is known color: Lime Green. HEX triplet: 18, CC and 2C. RGB value is (24,204,44). Sum of RGB (Red+Green+Blue) = 24+204+44=272 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.82% from 272); Green value is 204 (80.08% from 255 or 75% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 204 - color contains mainly: green. Hex color #18CC2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CC2C is #E733D3. Grayscale: #848484. Windows color (decimal): -15152084 or 2935832. OLE color: 2935832.
HSL color Cylindrical-coordinate representation of color #18CC2C: hue angle of 126.67º 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 #18CC2C is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 24 | 204 | 44 | - |
| CMYK | 0.88 | 0 | 0.78 | 0.2 |
| HSL | 126.67º | 0.79% | 0.45% | - |
| HSV(B) | 126.67º | 0.88% | 0.8% | - |
| XYZ | 22.42 | 43.56 | 9.61 | - |
| YUV | 131.94 | 78.37 | 51.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 204 | 44 | 0.88 | 0 | 0.78 | 0.2 | 126.67 | 0.79 | 0.45 |
| Hex | 18 | CC | 2C | 58 | 0 | 4E | 14 | 7F | 4F | 2D |
| Octal | 30 | 314 | 54 | 130 | 0 | 116 | 24 | 177 | 117 | 55 |
| Binary | 11000 | 11001100 | 101100 | 1011000 | 0 | 1001110 | 10100 | 1111111 | 1001111 | 101101 |
Color Harmonies of #18CC2C
Complementary color
Monochromatic Colors of #18CC2C
Black with #18CC2C
Text Example
Text Example
White with #18CC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CC2C; }
p { color: rgb(24,204,44); }
H1.HeaderClassName
{
color: #18CC2C;
}
.AnyTagClassName
{
color: #18CC2C;
}
</style>
background-color css
<style>
a { background-color: #18CC2C; }
a { background-color: rgb(24,204,44); }
div.DivClassName
{
background-color: #18CC2C;
}
.BgClassName
{
background-color: #18CC2C;
}
</style>
border-color css
<style>
span { border-color: #18CC2C; }
span { border-color: rgb(24,204,44); }
td.TdClassName
{
border-color: #18CC2C;
}
.TagClassName
{
border-color: #18CC2C;
}
</style>