Shades of Kelly Green #48CA03
Tints of Kelly Green #48CA03
RGB
CMYK
RGB Variations
Color information
#48CA03 (or 0x48CA03) is known color: Kelly Green. HEX triplet: 48, CA and 03. RGB value is (72,202,3). Sum of RGB (Red+Green+Blue) = 72+202+3=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 202 (79.30% from 255 or 72.92% from 277); Blue value is 3 (1.56% from 255 or 1.08% from 277); Max value from RGB is 202 - color contains mainly: green. Hex color #48CA03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48CA03 is #B735FC. Grayscale: #8D8D8D. Windows color (decimal): -12006909 or 248392. OLE color: 248392.
HSL color Cylindrical-coordinate representation of color #48CA03: hue angle of 99.2º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #48CA03 is Cyan = 0.64, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 72 | 202 | 3 | - |
| CMYK | 0.64 | 0 | 0.99 | 0.21 |
| HSL | 99.2º | 0.97% | 0.4% | - |
| HSV(B) | 99.2º | 0.99% | 0.79% | - |
| XYZ | 23.81 | 43.63 | 7.25 | - |
| YUV | 140.44 | 50.43 | 79.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 202 | 3 | 0.64 | 0 | 0.99 | 0.21 | 99.2 | 0.97 | 0.4 |
| Hex | 48 | CA | 3 | 40 | 0 | 63 | 15 | 63 | 61 | 28 |
| Octal | 110 | 312 | 3 | 100 | 0 | 143 | 25 | 143 | 141 | 50 |
| Binary | 1001000 | 11001010 | 11 | 1000000 | 0 | 1100011 | 10101 | 1100011 | 1100001 | 101000 |
Color Harmonies of #48CA03
Complementary color
Monochromatic Colors of #48CA03
Black with #48CA03
Text Example
Text Example
White with #48CA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CA03; }
p { color: rgb(72,202,3); }
H1.HeaderClassName
{
color: #48CA03;
}
.AnyTagClassName
{
color: #48CA03;
}
</style>
background-color css
<style>
a { background-color: #48CA03; }
a { background-color: rgb(72,202,3); }
div.DivClassName
{
background-color: #48CA03;
}
.BgClassName
{
background-color: #48CA03;
}
</style>
border-color css
<style>
span { border-color: #48CA03; }
span { border-color: rgb(72,202,3); }
td.TdClassName
{
border-color: #48CA03;
}
.TagClassName
{
border-color: #48CA03;
}
</style>