Shades of Kelly Green #48BE24
Tints of Kelly Green #48BE24
RGB
CMYK
RGB Variations
Color information
#48BE24 (or 0x48BE24) is known color: Kelly Green. HEX triplet: 48, BE and 24. RGB value is (72,190,36). Sum of RGB (Red+Green+Blue) = 72+190+36=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 190 (74.61% from 255 or 63.76% from 298); Blue value is 36 (14.45% from 255 or 12.08% from 298); Max value from RGB is 190 - color contains mainly: green. Hex color #48BE24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BE24 is #B741DB. Grayscale: #898989. Windows color (decimal): -12009948 or 2408008. OLE color: 2408008.
HSL color Cylindrical-coordinate representation of color #48BE24: hue angle of 105.97º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #48BE24 is Cyan = 0.62, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 190 | 36 | - |
| CMYK | 0.62 | 0 | 0.81 | 0.25 |
| HSL | 105.97º | 0.68% | 0.44% | - |
| HSV(B) | 105.97º | 0.81% | 0.75% | - |
| XYZ | 21.4 | 38.33 | 7.94 | - |
| YUV | 137.16 | 70.91 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 190 | 36 | 0.62 | 0 | 0.81 | 0.25 | 105.97 | 0.68 | 0.44 |
| Hex | 48 | BE | 24 | 3E | 0 | 51 | 19 | 6A | 44 | 2C |
| Octal | 110 | 276 | 44 | 76 | 0 | 121 | 31 | 152 | 104 | 54 |
| Binary | 1001000 | 10111110 | 100100 | 111110 | 0 | 1010001 | 11001 | 1101010 | 1000100 | 101100 |
Color Harmonies of #48BE24
Complementary color
Monochromatic Colors of #48BE24
Black with #48BE24
Text Example
Text Example
White with #48BE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BE24; }
p { color: rgb(72,190,36); }
H1.HeaderClassName
{
color: #48BE24;
}
.AnyTagClassName
{
color: #48BE24;
}
</style>
background-color css
<style>
a { background-color: #48BE24; }
a { background-color: rgb(72,190,36); }
div.DivClassName
{
background-color: #48BE24;
}
.BgClassName
{
background-color: #48BE24;
}
</style>
border-color css
<style>
span { border-color: #48BE24; }
span { border-color: rgb(72,190,36); }
td.TdClassName
{
border-color: #48BE24;
}
.TagClassName
{
border-color: #48BE24;
}
</style>