Shades of Lime Green #17CC27
Tints of Lime Green #17CC27
RGB
CMYK
RGB Variations
Color information
#17CC27 (or 0x17CC27) is known color: Lime Green. HEX triplet: 17, CC and 27. RGB value is (23,204,39). Sum of RGB (Red+Green+Blue) = 23+204+39=266 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.65% from 266); Green value is 204 (80.08% from 255 or 76.69% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 204 - color contains mainly: green. Hex color #17CC27 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #17CC27 is #E833D8. Grayscale: #838383. Windows color (decimal): -15217625 or 2608151. OLE color: 2608151.
HSL color Cylindrical-coordinate representation of color #17CC27: hue angle of 125.3º 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 #17CC27 is Cyan = 0.89, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 23 | 204 | 39 | - |
| CMYK | 0.89 | 0 | 0.81 | 0.2 |
| HSL | 125.3º | 0.8% | 0.45% | - |
| HSV(B) | 125.3º | 0.89% | 0.8% | - |
| XYZ | 22.31 | 43.51 | 9.14 | - |
| YUV | 131.07 | 76.03 | 50.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 204 | 39 | 0.89 | 0 | 0.81 | 0.2 | 125.3 | 0.8 | 0.45 |
| Hex | 17 | CC | 27 | 59 | 0 | 51 | 14 | 7D | 50 | 2D |
| Octal | 27 | 314 | 47 | 131 | 0 | 121 | 24 | 175 | 120 | 55 |
| Binary | 10111 | 11001100 | 100111 | 1011001 | 0 | 1010001 | 10100 | 1111101 | 1010000 | 101101 |
Color Harmonies of #17CC27
Complementary color
Monochromatic Colors of #17CC27
Black with #17CC27
Text Example
Text Example
White with #17CC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CC27; }
p { color: rgb(23,204,39); }
H1.HeaderClassName
{
color: #17CC27;
}
.AnyTagClassName
{
color: #17CC27;
}
</style>
background-color css
<style>
a { background-color: #17CC27; }
a { background-color: rgb(23,204,39); }
div.DivClassName
{
background-color: #17CC27;
}
.BgClassName
{
background-color: #17CC27;
}
</style>
border-color css
<style>
span { border-color: #17CC27; }
span { border-color: rgb(23,204,39); }
td.TdClassName
{
border-color: #17CC27;
}
.TagClassName
{
border-color: #17CC27;
}
</style>