Shades of Kelly Green #48DF1E
Tints of Kelly Green #48DF1E
RGB
CMYK
RGB Variations
Color information
#48DF1E (or 0x48DF1E) is known color: Kelly Green. HEX triplet: 48, DF and 1E. RGB value is (72,223,30). Sum of RGB (Red+Green+Blue) = 72+223+30=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 223 (87.5% from 255 or 68.62% from 325); Blue value is 30 (12.11% from 255 or 9.23% from 325); Max value from RGB is 223 - color contains mainly: green. Hex color #48DF1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48DF1E is #B720E1. Grayscale: #9C9C9C. Windows color (decimal): -12001506 or 2023240. OLE color: 2023240.
HSL color Cylindrical-coordinate representation of color #48DF1E: hue angle of 106.94º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #48DF1E is Cyan = 0.68, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 223 | 30 | - |
| CMYK | 0.68 | 0 | 0.87 | 0.13 |
| HSL | 106.94º | 0.76% | 0.5% | - |
| HSV(B) | 106.94º | 0.87% | 0.87% | - |
| XYZ | 29.29 | 54.25 | 10.16 | - |
| YUV | 155.85 | 56.97 | 68.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 223 | 30 | 0.68 | 0 | 0.87 | 0.13 | 106.94 | 0.76 | 0.5 |
| Hex | 48 | DF | 1E | 44 | 0 | 57 | D | 6B | 4C | 32 |
| Octal | 110 | 337 | 36 | 104 | 0 | 127 | 15 | 153 | 114 | 62 |
| Binary | 1001000 | 11011111 | 11110 | 1000100 | 0 | 1010111 | 1101 | 1101011 | 1001100 | 110010 |
Color Harmonies of #48DF1E
Complementary color
Monochromatic Colors of #48DF1E
Black with #48DF1E
Text Example
Text Example
White with #48DF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DF1E; }
p { color: rgb(72,223,30); }
H1.HeaderClassName
{
color: #48DF1E;
}
.AnyTagClassName
{
color: #48DF1E;
}
</style>
background-color css
<style>
a { background-color: #48DF1E; }
a { background-color: rgb(72,223,30); }
div.DivClassName
{
background-color: #48DF1E;
}
.BgClassName
{
background-color: #48DF1E;
}
</style>
border-color css
<style>
span { border-color: #48DF1E; }
span { border-color: rgb(72,223,30); }
td.TdClassName
{
border-color: #48DF1E;
}
.TagClassName
{
border-color: #48DF1E;
}
</style>