Shades of Kelly Green #48CE02
Tints of Kelly Green #48CE02
RGB
CMYK
RGB Variations
Color information
#48CE02 (or 0x48CE02) is known color: Kelly Green. HEX triplet: 48, CE and 02. RGB value is (72,206,2). Sum of RGB (Red+Green+Blue) = 72+206+2=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 206 (80.86% from 255 or 73.57% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 206 - color contains mainly: green. Hex color #48CE02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48CE02 is #B731FD. Grayscale: #8F8F8F. Windows color (decimal): -12005886 or 183880. OLE color: 183880.
HSL color Cylindrical-coordinate representation of color #48CE02: hue angle of 99.41º 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 #48CE02 is Cyan = 0.65, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 206 | 2 | - |
| CMYK | 0.65 | 0 | 0.99 | 0.19 |
| HSL | 99.41º | 0.98% | 0.41% | - |
| HSV(B) | 99.41º | 0.99% | 0.81% | - |
| XYZ | 24.75 | 45.52 | 7.54 | - |
| YUV | 142.68 | 48.61 | 77.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 206 | 2 | 0.65 | 0 | 0.99 | 0.19 | 99.41 | 0.98 | 0.41 |
| Hex | 48 | CE | 2 | 41 | 0 | 63 | 13 | 63 | 62 | 29 |
| Octal | 110 | 316 | 2 | 101 | 0 | 143 | 23 | 143 | 142 | 51 |
| Binary | 1001000 | 11001110 | 10 | 1000001 | 0 | 1100011 | 10011 | 1100011 | 1100010 | 101001 |
Color Harmonies of #48CE02
Complementary color
Monochromatic Colors of #48CE02
Black with #48CE02
Text Example
Text Example
White with #48CE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CE02; }
p { color: rgb(72,206,2); }
H1.HeaderClassName
{
color: #48CE02;
}
.AnyTagClassName
{
color: #48CE02;
}
</style>
background-color css
<style>
a { background-color: #48CE02; }
a { background-color: rgb(72,206,2); }
div.DivClassName
{
background-color: #48CE02;
}
.BgClassName
{
background-color: #48CE02;
}
</style>
border-color css
<style>
span { border-color: #48CE02; }
span { border-color: rgb(72,206,2); }
td.TdClassName
{
border-color: #48CE02;
}
.TagClassName
{
border-color: #48CE02;
}
</style>