Shades of Lime Green #46CF36
Tints of Lime Green #46CF36
RGB
CMYK
RGB Variations
Color information
#46CF36 (or 0x46CF36) is known color: Lime Green. HEX triplet: 46, CF and 36. RGB value is (70,207,54). Sum of RGB (Red+Green+Blue) = 70+207+54=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 207 (81.25% from 255 or 62.54% from 331); Blue value is 54 (21.48% from 255 or 16.31% from 331); Max value from RGB is 207 - color contains mainly: green. Hex color #46CF36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46CF36 is #B930C9. Grayscale: #959595. Windows color (decimal): -12136650 or 3592006. OLE color: 3592006.
HSL color Cylindrical-coordinate representation of color #46CF36: hue angle of 113.73º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #46CF36 is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 207 | 54 | - |
| CMYK | 0.66 | 0 | 0.74 | 0.19 |
| HSL | 113.73º | 0.61% | 0.51% | - |
| HSV(B) | 113.73º | 0.74% | 0.81% | - |
| XYZ | 25.5 | 46.19 | 11.06 | - |
| YUV | 148.6 | 74.61 | 71.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 207 | 54 | 0.66 | 0 | 0.74 | 0.19 | 113.73 | 0.61 | 0.51 |
| Hex | 46 | CF | 36 | 42 | 0 | 4A | 13 | 72 | 3D | 33 |
| Octal | 106 | 317 | 66 | 102 | 0 | 112 | 23 | 162 | 75 | 63 |
| Binary | 1000110 | 11001111 | 110110 | 1000010 | 0 | 1001010 | 10011 | 1110010 | 111101 | 110011 |
Color Harmonies of #46CF36
Complementary color
Monochromatic Colors of #46CF36
Black with #46CF36
Text Example
Text Example
White with #46CF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CF36; }
p { color: rgb(70,207,54); }
H1.HeaderClassName
{
color: #46CF36;
}
.AnyTagClassName
{
color: #46CF36;
}
</style>
background-color css
<style>
a { background-color: #46CF36; }
a { background-color: rgb(70,207,54); }
div.DivClassName
{
background-color: #46CF36;
}
.BgClassName
{
background-color: #46CF36;
}
</style>
border-color css
<style>
span { border-color: #46CF36; }
span { border-color: rgb(70,207,54); }
td.TdClassName
{
border-color: #46CF36;
}
.TagClassName
{
border-color: #46CF36;
}
</style>