Shades of Kelly Green #48C02B
Tints of Kelly Green #48C02B
RGB
CMYK
RGB Variations
Color information
#48C02B (or 0x48C02B) is known color: Kelly Green. HEX triplet: 48, C0 and 2B. RGB value is (72,192,43). Sum of RGB (Red+Green+Blue) = 72+192+43=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 192 (75.39% from 255 or 62.54% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 192 - color contains mainly: green. Hex color #48C02B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C02B is #B73FD4. Grayscale: #8B8B8B. Windows color (decimal): -12009429 or 2867272. OLE color: 2867272.
HSL color Cylindrical-coordinate representation of color #48C02B: hue angle of 108.32º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #48C02B is Cyan = 0.63, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 192 | 43 | - |
| CMYK | 0.63 | 0 | 0.78 | 0.25 |
| HSL | 108.32º | 0.63% | 0.46% | - |
| HSV(B) | 108.32º | 0.78% | 0.75% | - |
| XYZ | 21.96 | 39.25 | 8.7 | - |
| YUV | 139.13 | 73.74 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 192 | 43 | 0.63 | 0 | 0.78 | 0.25 | 108.32 | 0.63 | 0.46 |
| Hex | 48 | C0 | 2B | 3F | 0 | 4E | 19 | 6C | 3F | 2E |
| Octal | 110 | 300 | 53 | 77 | 0 | 116 | 31 | 154 | 77 | 56 |
| Binary | 1001000 | 11000000 | 101011 | 111111 | 0 | 1001110 | 11001 | 1101100 | 111111 | 101110 |
Color Harmonies of #48C02B
Complementary color
Monochromatic Colors of #48C02B
Black with #48C02B
Text Example
Text Example
White with #48C02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C02B; }
p { color: rgb(72,192,43); }
H1.HeaderClassName
{
color: #48C02B;
}
.AnyTagClassName
{
color: #48C02B;
}
</style>
background-color css
<style>
a { background-color: #48C02B; }
a { background-color: rgb(72,192,43); }
div.DivClassName
{
background-color: #48C02B;
}
.BgClassName
{
background-color: #48C02B;
}
</style>
border-color css
<style>
span { border-color: #48C02B; }
span { border-color: rgb(72,192,43); }
td.TdClassName
{
border-color: #48C02B;
}
.TagClassName
{
border-color: #48C02B;
}
</style>