Shades of Kelly Green #46CD1E
Tints of Kelly Green #46CD1E
RGB
CMYK
RGB Variations
Color information
#46CD1E (or 0x46CD1E) is known color: Kelly Green. HEX triplet: 46, CD and 1E. RGB value is (70,205,30). Sum of RGB (Red+Green+Blue) = 70+205+30=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 205 (80.47% from 255 or 67.21% from 305); Blue value is 30 (12.11% from 255 or 9.84% from 305); Max value from RGB is 205 - color contains mainly: green. Hex color #46CD1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46CD1E is #B932E1. Grayscale: #919191. Windows color (decimal): -12137186 or 2018630. OLE color: 2018630.
HSL color Cylindrical-coordinate representation of color #46CD1E: hue angle of 106.29º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #46CD1E is Cyan = 0.66, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 205 | 30 | - |
| CMYK | 0.66 | 0 | 0.85 | 0.20 |
| HSL | 106.29º | 0.74% | 0.46% | - |
| HSV(B) | 106.29º | 0.85% | 0.8% | - |
| XYZ | 24.59 | 45.06 | 8.63 | - |
| YUV | 144.69 | 63.27 | 74.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 205 | 30 | 0.66 | 0 | 0.85 | 0.20 | 106.29 | 0.74 | 0.46 |
| Hex | 46 | CD | 1E | 42 | 0 | 55 | 14 | 6A | 4A | 2E |
| Octal | 106 | 315 | 36 | 102 | 0 | 125 | 24 | 152 | 112 | 56 |
| Binary | 1000110 | 11001101 | 11110 | 1000010 | 0 | 1010101 | 10100 | 1101010 | 1001010 | 101110 |
Color Harmonies of #46CD1E
Complementary color
Monochromatic Colors of #46CD1E
Black with #46CD1E
Text Example
Text Example
White with #46CD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CD1E; }
p { color: rgb(70,205,30); }
H1.HeaderClassName
{
color: #46CD1E;
}
.AnyTagClassName
{
color: #46CD1E;
}
</style>
background-color css
<style>
a { background-color: #46CD1E; }
a { background-color: rgb(70,205,30); }
div.DivClassName
{
background-color: #46CD1E;
}
.BgClassName
{
background-color: #46CD1E;
}
</style>
border-color css
<style>
span { border-color: #46CD1E; }
span { border-color: rgb(70,205,30); }
td.TdClassName
{
border-color: #46CD1E;
}
.TagClassName
{
border-color: #46CD1E;
}
</style>