Shades of Kelly Green #46B430
Tints of Kelly Green #46B430
RGB
CMYK
RGB Variations
Color information
#46B430 (or 0x46B430) is known color: Kelly Green. HEX triplet: 46, B4 and 30. RGB value is (70,180,48). Sum of RGB (Red+Green+Blue) = 70+180+48=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 180 (70.70% from 255 or 60.40% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 180 - color contains mainly: green. Hex color #46B430 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46B430 is #B94BCF. Grayscale: #848484. Windows color (decimal): -12143568 or 3191878. OLE color: 3191878.
HSL color Cylindrical-coordinate representation of color #46B430: hue angle of 110º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46B430 is Cyan = 0.61, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 70 | 180 | 48 | - |
| CMYK | 0.61 | 0 | 0.73 | 0.29 |
| HSL | 110º | 0.58% | 0.45% | - |
| HSV(B) | 110º | 0.73% | 0.71% | - |
| XYZ | 19.38 | 34.16 | 8.37 | - |
| YUV | 132.06 | 80.56 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 180 | 48 | 0.61 | 0 | 0.73 | 0.29 | 110 | 0.58 | 0.45 |
| Hex | 46 | B4 | 30 | 3D | 0 | 49 | 1D | 6E | 3A | 2D |
| Octal | 106 | 264 | 60 | 75 | 0 | 111 | 35 | 156 | 72 | 55 |
| Binary | 1000110 | 10110100 | 110000 | 111101 | 0 | 1001001 | 11101 | 1101110 | 111010 | 101101 |
Color Harmonies of #46B430
Complementary color
Monochromatic Colors of #46B430
Black with #46B430
Text Example
Text Example
White with #46B430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B430; }
p { color: rgb(70,180,48); }
H1.HeaderClassName
{
color: #46B430;
}
.AnyTagClassName
{
color: #46B430;
}
</style>
background-color css
<style>
a { background-color: #46B430; }
a { background-color: rgb(70,180,48); }
div.DivClassName
{
background-color: #46B430;
}
.BgClassName
{
background-color: #46B430;
}
</style>
border-color css
<style>
span { border-color: #46B430; }
span { border-color: rgb(70,180,48); }
td.TdClassName
{
border-color: #46B430;
}
.TagClassName
{
border-color: #46B430;
}
</style>