Shades of Lime Green #30CA17
Tints of Lime Green #30CA17
RGB
CMYK
RGB Variations
Color information
#30CA17 (or 0x30CA17) is known color: Lime Green. HEX triplet: 30, CA and 17. RGB value is (48,202,23). Sum of RGB (Red+Green+Blue) = 48+202+23=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 202 (79.30% from 255 or 73.99% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 202 - color contains mainly: green. Hex color #30CA17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30CA17 is #CF35E8. Grayscale: #888888. Windows color (decimal): -13579753 or 1559088. OLE color: 1559088.
HSL color Cylindrical-coordinate representation of color #30CA17: hue angle of 111.62º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #30CA17 is Cyan = 0.76, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 48 | 202 | 23 | - |
| CMYK | 0.76 | 0 | 0.89 | 0.21 |
| HSL | 111.62º | 0.8% | 0.44% | - |
| HSV(B) | 111.62º | 0.89% | 0.79% | - |
| XYZ | 22.49 | 42.93 | 7.91 | - |
| YUV | 135.55 | 64.48 | 65.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 202 | 23 | 0.76 | 0 | 0.89 | 0.21 | 111.62 | 0.8 | 0.44 |
| Hex | 30 | CA | 17 | 4C | 0 | 59 | 15 | 70 | 50 | 2C |
| Octal | 60 | 312 | 27 | 114 | 0 | 131 | 25 | 160 | 120 | 54 |
| Binary | 110000 | 11001010 | 10111 | 1001100 | 0 | 1011001 | 10101 | 1110000 | 1010000 | 101100 |
Color Harmonies of #30CA17
Complementary color
Monochromatic Colors of #30CA17
Black with #30CA17
Text Example
Text Example
White with #30CA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CA17; }
p { color: rgb(48,202,23); }
H1.HeaderClassName
{
color: #30CA17;
}
.AnyTagClassName
{
color: #30CA17;
}
</style>
background-color css
<style>
a { background-color: #30CA17; }
a { background-color: rgb(48,202,23); }
div.DivClassName
{
background-color: #30CA17;
}
.BgClassName
{
background-color: #30CA17;
}
</style>
border-color css
<style>
span { border-color: #30CA17; }
span { border-color: rgb(48,202,23); }
td.TdClassName
{
border-color: #30CA17;
}
.TagClassName
{
border-color: #30CA17;
}
</style>