Shades of Lime Green #17CC28
Tints of Lime Green #17CC28
RGB
CMYK
RGB Variations
Color information
#17CC28 (or 0x17CC28) is known color: Lime Green. HEX triplet: 17, CC and 28. RGB value is (23,204,40). Sum of RGB (Red+Green+Blue) = 23+204+40=267 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.61% from 267); Green value is 204 (80.08% from 255 or 76.40% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 204 - color contains mainly: green. Hex color #17CC28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #17CC28 is #E833D7. Grayscale: #838383. Windows color (decimal): -15217624 or 2673687. OLE color: 2673687.
HSL color Cylindrical-coordinate representation of color #17CC28: hue angle of 125.64º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17CC28 is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 23 | 204 | 40 | - |
| CMYK | 0.89 | 0 | 0.80 | 0.2 |
| HSL | 125.64º | 0.8% | 0.45% | - |
| HSV(B) | 125.64º | 0.89% | 0.8% | - |
| XYZ | 22.33 | 43.52 | 9.23 | - |
| YUV | 131.19 | 76.53 | 50.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 204 | 40 | 0.89 | 0 | 0.80 | 0.2 | 125.64 | 0.8 | 0.45 |
| Hex | 17 | CC | 28 | 59 | 0 | 50 | 14 | 7E | 50 | 2D |
| Octal | 27 | 314 | 50 | 131 | 0 | 120 | 24 | 176 | 120 | 55 |
| Binary | 10111 | 11001100 | 101000 | 1011001 | 0 | 1010000 | 10100 | 1111110 | 1010000 | 101101 |
Color Harmonies of #17CC28
Complementary color
Monochromatic Colors of #17CC28
Black with #17CC28
Text Example
Text Example
White with #17CC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CC28; }
p { color: rgb(23,204,40); }
H1.HeaderClassName
{
color: #17CC28;
}
.AnyTagClassName
{
color: #17CC28;
}
</style>
background-color css
<style>
a { background-color: #17CC28; }
a { background-color: rgb(23,204,40); }
div.DivClassName
{
background-color: #17CC28;
}
.BgClassName
{
background-color: #17CC28;
}
</style>
border-color css
<style>
span { border-color: #17CC28; }
span { border-color: rgb(23,204,40); }
td.TdClassName
{
border-color: #17CC28;
}
.TagClassName
{
border-color: #17CC28;
}
</style>