Shades of Kelly Green #48CF02
Tints of Kelly Green #48CF02
RGB
CMYK
RGB Variations
Color information
#48CF02 (or 0x48CF02) is known color: Kelly Green. HEX triplet: 48, CF and 02. RGB value is (72,207,2). Sum of RGB (Red+Green+Blue) = 72+207+2=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 207 (81.25% from 255 or 73.67% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 207 - color contains mainly: green. Hex color #48CF02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48CF02 is #B730FD. Grayscale: #8F8F8F. Windows color (decimal): -12005630 or 184136. OLE color: 184136.
HSL color Cylindrical-coordinate representation of color #48CF02: hue angle of 99.51º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #48CF02 is Cyan = 0.65, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 207 | 2 | - |
| CMYK | 0.65 | 0 | 0.99 | 0.19 |
| HSL | 99.51º | 0.98% | 0.41% | - |
| HSV(B) | 99.51º | 0.99% | 0.81% | - |
| XYZ | 25 | 46.01 | 7.62 | - |
| YUV | 143.27 | 48.27 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 207 | 2 | 0.65 | 0 | 0.99 | 0.19 | 99.51 | 0.98 | 0.41 |
| Hex | 48 | CF | 2 | 41 | 0 | 63 | 13 | 64 | 62 | 29 |
| Octal | 110 | 317 | 2 | 101 | 0 | 143 | 23 | 144 | 142 | 51 |
| Binary | 1001000 | 11001111 | 10 | 1000001 | 0 | 1100011 | 10011 | 1100100 | 1100010 | 101001 |
Color Harmonies of #48CF02
Complementary color
Monochromatic Colors of #48CF02
Black with #48CF02
Text Example
Text Example
White with #48CF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CF02; }
p { color: rgb(72,207,2); }
H1.HeaderClassName
{
color: #48CF02;
}
.AnyTagClassName
{
color: #48CF02;
}
</style>
background-color css
<style>
a { background-color: #48CF02; }
a { background-color: rgb(72,207,2); }
div.DivClassName
{
background-color: #48CF02;
}
.BgClassName
{
background-color: #48CF02;
}
</style>
border-color css
<style>
span { border-color: #48CF02; }
span { border-color: rgb(72,207,2); }
td.TdClassName
{
border-color: #48CF02;
}
.TagClassName
{
border-color: #48CF02;
}
</style>