Shades of Lime Green #18CF25
Tints of Lime Green #18CF25
RGB
CMYK
RGB Variations
Color information
#18CF25 (or 0x18CF25) is known color: Lime Green. HEX triplet: 18, CF and 25. RGB value is (24,207,37). Sum of RGB (Red+Green+Blue) = 24+207+37=268 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.96% from 268); Green value is 207 (81.25% from 255 or 77.24% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 207 - color contains mainly: green. Hex color #18CF25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CF25 is #E730DA. Grayscale: #858585. Windows color (decimal): -15151323 or 2477848. OLE color: 2477848.
HSL color Cylindrical-coordinate representation of color #18CF25: hue angle of 124.26º 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 #18CF25 is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 207 | 37 | - |
| CMYK | 0.88 | 0 | 0.82 | 0.19 |
| HSL | 124.26º | 0.79% | 0.45% | - |
| HSV(B) | 124.26º | 0.88% | 0.81% | - |
| XYZ | 23.02 | 44.95 | 9.21 | - |
| YUV | 132.9 | 73.87 | 50.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 207 | 37 | 0.88 | 0 | 0.82 | 0.19 | 124.26 | 0.79 | 0.45 |
| Hex | 18 | CF | 25 | 58 | 0 | 52 | 13 | 7C | 4F | 2D |
| Octal | 30 | 317 | 45 | 130 | 0 | 122 | 23 | 174 | 117 | 55 |
| Binary | 11000 | 11001111 | 100101 | 1011000 | 0 | 1010010 | 10011 | 1111100 | 1001111 | 101101 |
Color Harmonies of #18CF25
Complementary color
Monochromatic Colors of #18CF25
Black with #18CF25
Text Example
Text Example
White with #18CF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CF25; }
p { color: rgb(24,207,37); }
H1.HeaderClassName
{
color: #18CF25;
}
.AnyTagClassName
{
color: #18CF25;
}
</style>
background-color css
<style>
a { background-color: #18CF25; }
a { background-color: rgb(24,207,37); }
div.DivClassName
{
background-color: #18CF25;
}
.BgClassName
{
background-color: #18CF25;
}
</style>
border-color css
<style>
span { border-color: #18CF25; }
span { border-color: rgb(24,207,37); }
td.TdClassName
{
border-color: #18CF25;
}
.TagClassName
{
border-color: #18CF25;
}
</style>