Shades of Lime Green #18CF33
Tints of Lime Green #18CF33
RGB
CMYK
RGB Variations
Color information
#18CF33 (or 0x18CF33) is known color: Lime Green. HEX triplet: 18, CF and 33. RGB value is (24,207,51). Sum of RGB (Red+Green+Blue) = 24+207+51=282 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.51% from 282); Green value is 207 (81.25% from 255 or 73.40% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 207 - color contains mainly: green. Hex color #18CF33 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CF33 is #E730CC. Grayscale: #868686. Windows color (decimal): -15151309 or 3395352. OLE color: 3395352.
HSL color Cylindrical-coordinate representation of color #18CF33: hue angle of 128.85º 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 #18CF33 is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 207 | 51 | - |
| CMYK | 0.88 | 0 | 0.75 | 0.19 |
| HSL | 128.85º | 0.79% | 0.45% | - |
| HSV(B) | 128.85º | 0.88% | 0.81% | - |
| XYZ | 23.29 | 45.06 | 10.6 | - |
| YUV | 134.5 | 80.87 | 49.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 207 | 51 | 0.88 | 0 | 0.75 | 0.19 | 128.85 | 0.79 | 0.45 |
| Hex | 18 | CF | 33 | 58 | 0 | 4B | 13 | 81 | 4F | 2D |
| Octal | 30 | 317 | 63 | 130 | 0 | 113 | 23 | 201 | 117 | 55 |
| Binary | 11000 | 11001111 | 110011 | 1011000 | 0 | 1001011 | 10011 | 10000001 | 1001111 | 101101 |
Color Harmonies of #18CF33
Complementary color
Monochromatic Colors of #18CF33
Black with #18CF33
Text Example
Text Example
White with #18CF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CF33; }
p { color: rgb(24,207,51); }
H1.HeaderClassName
{
color: #18CF33;
}
.AnyTagClassName
{
color: #18CF33;
}
</style>
background-color css
<style>
a { background-color: #18CF33; }
a { background-color: rgb(24,207,51); }
div.DivClassName
{
background-color: #18CF33;
}
.BgClassName
{
background-color: #18CF33;
}
</style>
border-color css
<style>
span { border-color: #18CF33; }
span { border-color: rgb(24,207,51); }
td.TdClassName
{
border-color: #18CF33;
}
.TagClassName
{
border-color: #18CF33;
}
</style>