Shades of Lime Green #17CF30
Tints of Lime Green #17CF30
RGB
CMYK
RGB Variations
Color information
#17CF30 (or 0x17CF30) is known color: Lime Green. HEX triplet: 17, CF and 30. RGB value is (23,207,48). Sum of RGB (Red+Green+Blue) = 23+207+48=278 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.27% from 278); Green value is 207 (81.25% from 255 or 74.46% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 207 - color contains mainly: green. Hex color #17CF30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #17CF30 is #E830CF. Grayscale: #868686. Windows color (decimal): -15216848 or 3198743. OLE color: 3198743.
HSL color Cylindrical-coordinate representation of color #17CF30: hue angle of 128.15º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17CF30 is Cyan = 0.89, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 207 | 48 | - |
| CMYK | 0.89 | 0 | 0.77 | 0.19 |
| HSL | 128.15º | 0.8% | 0.45% | - |
| HSV(B) | 128.15º | 0.89% | 0.81% | - |
| XYZ | 23.2 | 45.02 | 10.26 | - |
| YUV | 133.86 | 79.54 | 48.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 207 | 48 | 0.89 | 0 | 0.77 | 0.19 | 128.15 | 0.8 | 0.45 |
| Hex | 17 | CF | 30 | 59 | 0 | 4D | 13 | 80 | 50 | 2D |
| Octal | 27 | 317 | 60 | 131 | 0 | 115 | 23 | 200 | 120 | 55 |
| Binary | 10111 | 11001111 | 110000 | 1011001 | 0 | 1001101 | 10011 | 10000000 | 1010000 | 101101 |
Color Harmonies of #17CF30
Complementary color
Monochromatic Colors of #17CF30
Black with #17CF30
Text Example
Text Example
White with #17CF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CF30; }
p { color: rgb(23,207,48); }
H1.HeaderClassName
{
color: #17CF30;
}
.AnyTagClassName
{
color: #17CF30;
}
</style>
background-color css
<style>
a { background-color: #17CF30; }
a { background-color: rgb(23,207,48); }
div.DivClassName
{
background-color: #17CF30;
}
.BgClassName
{
background-color: #17CF30;
}
</style>
border-color css
<style>
span { border-color: #17CF30; }
span { border-color: rgb(23,207,48); }
td.TdClassName
{
border-color: #17CF30;
}
.TagClassName
{
border-color: #17CF30;
}
</style>