Shades of Lime Green #18CC25
Tints of Lime Green #18CC25
RGB
CMYK
RGB Variations
Color information
#18CC25 (or 0x18CC25) is known color: Lime Green. HEX triplet: 18, CC and 25. RGB value is (24,204,37). Sum of RGB (Red+Green+Blue) = 24+204+37=265 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.06% from 265); Green value is 204 (80.08% from 255 or 76.98% from 265); Blue value is 37 (14.84% from 255 or 13.96% from 265); Max value from RGB is 204 - color contains mainly: green. Hex color #18CC25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CC25 is #E733DA. Grayscale: #838383. Windows color (decimal): -15152091 or 2477080. OLE color: 2477080.
HSL color Cylindrical-coordinate representation of color #18CC25: hue angle of 124.33º 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 #18CC25 is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 24 | 204 | 37 | - |
| CMYK | 0.88 | 0 | 0.82 | 0.2 |
| HSL | 124.33º | 0.79% | 0.45% | - |
| HSV(B) | 124.33º | 0.88% | 0.8% | - |
| XYZ | 22.3 | 43.51 | 8.97 | - |
| YUV | 131.14 | 74.87 | 51.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 204 | 37 | 0.88 | 0 | 0.82 | 0.2 | 124.33 | 0.79 | 0.45 |
| Hex | 18 | CC | 25 | 58 | 0 | 52 | 14 | 7C | 4F | 2D |
| Octal | 30 | 314 | 45 | 130 | 0 | 122 | 24 | 174 | 117 | 55 |
| Binary | 11000 | 11001100 | 100101 | 1011000 | 0 | 1010010 | 10100 | 1111100 | 1001111 | 101101 |
Color Harmonies of #18CC25
Complementary color
Monochromatic Colors of #18CC25
Black with #18CC25
Text Example
Text Example
White with #18CC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CC25; }
p { color: rgb(24,204,37); }
H1.HeaderClassName
{
color: #18CC25;
}
.AnyTagClassName
{
color: #18CC25;
}
</style>
background-color css
<style>
a { background-color: #18CC25; }
a { background-color: rgb(24,204,37); }
div.DivClassName
{
background-color: #18CC25;
}
.BgClassName
{
background-color: #18CC25;
}
</style>
border-color css
<style>
span { border-color: #18CC25; }
span { border-color: rgb(24,204,37); }
td.TdClassName
{
border-color: #18CC25;
}
.TagClassName
{
border-color: #18CC25;
}
</style>