Shades of Kelly Green #46CE1F
Tints of Kelly Green #46CE1F
RGB
CMYK
RGB Variations
Color information
#46CE1F (or 0x46CE1F) is known color: Kelly Green. HEX triplet: 46, CE and 1F. RGB value is (70,206,31). Sum of RGB (Red+Green+Blue) = 70+206+31=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 206 (80.86% from 255 or 67.10% from 307); Blue value is 31 (12.5% from 255 or 10.10% from 307); Max value from RGB is 206 - color contains mainly: green. Hex color #46CE1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46CE1F is #B931E0. Grayscale: #919191. Windows color (decimal): -12136929 or 2084422. OLE color: 2084422.
HSL color Cylindrical-coordinate representation of color #46CE1F: hue angle of 106.63º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #46CE1F is Cyan = 0.66, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 206 | 31 | - |
| CMYK | 0.66 | 0 | 0.85 | 0.19 |
| HSL | 106.63º | 0.74% | 0.46% | - |
| HSV(B) | 106.63º | 0.85% | 0.81% | - |
| XYZ | 24.84 | 45.54 | 8.78 | - |
| YUV | 145.39 | 63.44 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 206 | 31 | 0.66 | 0 | 0.85 | 0.19 | 106.63 | 0.74 | 0.46 |
| Hex | 46 | CE | 1F | 42 | 0 | 55 | 13 | 6B | 4A | 2E |
| Octal | 106 | 316 | 37 | 102 | 0 | 125 | 23 | 153 | 112 | 56 |
| Binary | 1000110 | 11001110 | 11111 | 1000010 | 0 | 1010101 | 10011 | 1101011 | 1001010 | 101110 |
Color Harmonies of #46CE1F
Complementary color
Monochromatic Colors of #46CE1F
Black with #46CE1F
Text Example
Text Example
White with #46CE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CE1F; }
p { color: rgb(70,206,31); }
H1.HeaderClassName
{
color: #46CE1F;
}
.AnyTagClassName
{
color: #46CE1F;
}
</style>
background-color css
<style>
a { background-color: #46CE1F; }
a { background-color: rgb(70,206,31); }
div.DivClassName
{
background-color: #46CE1F;
}
.BgClassName
{
background-color: #46CE1F;
}
</style>
border-color css
<style>
span { border-color: #46CE1F; }
span { border-color: rgb(70,206,31); }
td.TdClassName
{
border-color: #46CE1F;
}
.TagClassName
{
border-color: #46CE1F;
}
</style>