Shades of Lime Green #17CC30
Tints of Lime Green #17CC30
RGB
CMYK
RGB Variations
Color information
#17CC30 (or 0x17CC30) is known color: Lime Green. HEX triplet: 17, CC and 30. RGB value is (23,204,48). Sum of RGB (Red+Green+Blue) = 23+204+48=275 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.36% from 275); Green value is 204 (80.08% from 255 or 74.18% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 204 - color contains mainly: green. Hex color #17CC30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #17CC30 is #E833CF. Grayscale: #848484. Windows color (decimal): -15217616 or 3197975. OLE color: 3197975.
HSL color Cylindrical-coordinate representation of color #17CC30: hue angle of 128.29º 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 #17CC30 is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 23 | 204 | 48 | - |
| CMYK | 0.89 | 0 | 0.76 | 0.2 |
| HSL | 128.29º | 0.8% | 0.45% | - |
| HSV(B) | 128.29º | 0.89% | 0.8% | - |
| XYZ | 22.48 | 43.58 | 10.02 | - |
| YUV | 132.1 | 80.53 | 50.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 204 | 48 | 0.89 | 0 | 0.76 | 0.2 | 128.29 | 0.8 | 0.45 |
| Hex | 17 | CC | 30 | 59 | 0 | 4C | 14 | 80 | 50 | 2D |
| Octal | 27 | 314 | 60 | 131 | 0 | 114 | 24 | 200 | 120 | 55 |
| Binary | 10111 | 11001100 | 110000 | 1011001 | 0 | 1001100 | 10100 | 10000000 | 1010000 | 101101 |
Color Harmonies of #17CC30
Complementary color
Monochromatic Colors of #17CC30
Black with #17CC30
Text Example
Text Example
White with #17CC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CC30; }
p { color: rgb(23,204,48); }
H1.HeaderClassName
{
color: #17CC30;
}
.AnyTagClassName
{
color: #17CC30;
}
</style>
background-color css
<style>
a { background-color: #17CC30; }
a { background-color: rgb(23,204,48); }
div.DivClassName
{
background-color: #17CC30;
}
.BgClassName
{
background-color: #17CC30;
}
</style>
border-color css
<style>
span { border-color: #17CC30; }
span { border-color: rgb(23,204,48); }
td.TdClassName
{
border-color: #17CC30;
}
.TagClassName
{
border-color: #17CC30;
}
</style>