Shades of Kelly Green #48BE2C
Tints of Kelly Green #48BE2C
RGB
CMYK
RGB Variations
Color information
#48BE2C (or 0x48BE2C) is known color: Kelly Green. HEX triplet: 48, BE and 2C. RGB value is (72,190,44). Sum of RGB (Red+Green+Blue) = 72+190+44=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 190 (74.61% from 255 or 62.09% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 190 - color contains mainly: green. Hex color #48BE2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BE2C is #B741D3. Grayscale: #8A8A8A. Windows color (decimal): -12009940 or 2932296. OLE color: 2932296.
HSL color Cylindrical-coordinate representation of color #48BE2C: hue angle of 108.49º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #48BE2C is Cyan = 0.62, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 190 | 44 | - |
| CMYK | 0.62 | 0 | 0.77 | 0.25 |
| HSL | 108.49º | 0.62% | 0.46% | - |
| HSV(B) | 108.49º | 0.77% | 0.75% | - |
| XYZ | 21.54 | 38.39 | 8.66 | - |
| YUV | 138.07 | 74.91 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 190 | 44 | 0.62 | 0 | 0.77 | 0.25 | 108.49 | 0.62 | 0.46 |
| Hex | 48 | BE | 2C | 3E | 0 | 4D | 19 | 6C | 3E | 2E |
| Octal | 110 | 276 | 54 | 76 | 0 | 115 | 31 | 154 | 76 | 56 |
| Binary | 1001000 | 10111110 | 101100 | 111110 | 0 | 1001101 | 11001 | 1101100 | 111110 | 101110 |
Color Harmonies of #48BE2C
Complementary color
Monochromatic Colors of #48BE2C
Black with #48BE2C
Text Example
Text Example
White with #48BE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BE2C; }
p { color: rgb(72,190,44); }
H1.HeaderClassName
{
color: #48BE2C;
}
.AnyTagClassName
{
color: #48BE2C;
}
</style>
background-color css
<style>
a { background-color: #48BE2C; }
a { background-color: rgb(72,190,44); }
div.DivClassName
{
background-color: #48BE2C;
}
.BgClassName
{
background-color: #48BE2C;
}
</style>
border-color css
<style>
span { border-color: #48BE2C; }
span { border-color: rgb(72,190,44); }
td.TdClassName
{
border-color: #48BE2C;
}
.TagClassName
{
border-color: #48BE2C;
}
</style>