Shades of Kelly Green #58DF30
Tints of Kelly Green #58DF30
RGB
CMYK
RGB Variations
Color information
#58DF30 (or 0x58DF30) is known color: Kelly Green. HEX triplet: 58, DF and 30. RGB value is (88,223,48). Sum of RGB (Red+Green+Blue) = 88+223+48=359 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.51% from 359); Green value is 223 (87.5% from 255 or 62.12% from 359); Blue value is 48 (19.14% from 255 or 13.37% from 359); Max value from RGB is 223 - color contains mainly: green. Hex color #58DF30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58DF30 is #A720CF. Grayscale: #A3A3A3. Windows color (decimal): -10952912 or 3202904. OLE color: 3202904.
HSL color Cylindrical-coordinate representation of color #58DF30: hue angle of 106.29º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #58DF30 is Cyan = 0.61, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 223 | 48 | - |
| CMYK | 0.61 | 0 | 0.78 | 0.13 |
| HSL | 106.29º | 0.73% | 0.53% | - |
| HSV(B) | 106.29º | 0.78% | 0.87% | - |
| XYZ | 30.95 | 55.06 | 11.79 | - |
| YUV | 162.69 | 63.27 | 74.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 223 | 48 | 0.61 | 0 | 0.78 | 0.13 | 106.29 | 0.73 | 0.53 |
| Hex | 58 | DF | 30 | 3D | 0 | 4E | D | 6A | 49 | 35 |
| Octal | 130 | 337 | 60 | 75 | 0 | 116 | 15 | 152 | 111 | 65 |
| Binary | 1011000 | 11011111 | 110000 | 111101 | 0 | 1001110 | 1101 | 1101010 | 1001001 | 110101 |
Color Harmonies of #58DF30
Complementary color
Monochromatic Colors of #58DF30
Black with #58DF30
Text Example
Text Example
White with #58DF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DF30; }
p { color: rgb(88,223,48); }
H1.HeaderClassName
{
color: #58DF30;
}
.AnyTagClassName
{
color: #58DF30;
}
</style>
background-color css
<style>
a { background-color: #58DF30; }
a { background-color: rgb(88,223,48); }
div.DivClassName
{
background-color: #58DF30;
}
.BgClassName
{
background-color: #58DF30;
}
</style>
border-color css
<style>
span { border-color: #58DF30; }
span { border-color: rgb(88,223,48); }
td.TdClassName
{
border-color: #58DF30;
}
.TagClassName
{
border-color: #58DF30;
}
</style>