Shades of Lime Green #45E736
Tints of Lime Green #45E736
RGB
CMYK
RGB Variations
Color information
#45E736 (or 0x45E736) is known color: Lime Green. HEX triplet: 45, E7 and 36. RGB value is (69,231,54). Sum of RGB (Red+Green+Blue) = 69+231+54=354 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.49% from 354); Green value is 231 (90.62% from 255 or 65.25% from 354); Blue value is 54 (21.48% from 255 or 15.25% from 354); Max value from RGB is 231 - color contains mainly: green. Hex color #45E736 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45E736 is #BA18C9. Grayscale: #A2A2A2. Windows color (decimal): -12196042 or 3598149. OLE color: 3598149.
HSL color Cylindrical-coordinate representation of color #45E736: hue angle of 114.92º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #45E736 is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 69 | 231 | 54 | - |
| CMYK | 0.70 | 0 | 0.77 | 0.09 |
| HSL | 114.92º | 0.79% | 0.56% | - |
| HSV(B) | 114.92º | 0.77% | 0.91% | - |
| XYZ | 31.7 | 58.68 | 13.15 | - |
| YUV | 162.38 | 66.83 | 61.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 231 | 54 | 0.70 | 0 | 0.77 | 0.09 | 114.92 | 0.79 | 0.56 |
| Hex | 45 | E7 | 36 | 46 | 0 | 4D | 9 | 73 | 4F | 38 |
| Octal | 105 | 347 | 66 | 106 | 0 | 115 | 11 | 163 | 117 | 70 |
| Binary | 1000101 | 11100111 | 110110 | 1000110 | 0 | 1001101 | 1001 | 1110011 | 1001111 | 111000 |
Color Harmonies of #45E736
Complementary color
Monochromatic Colors of #45E736
Black with #45E736
Text Example
Text Example
White with #45E736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E736; }
p { color: rgb(69,231,54); }
H1.HeaderClassName
{
color: #45E736;
}
.AnyTagClassName
{
color: #45E736;
}
</style>
background-color css
<style>
a { background-color: #45E736; }
a { background-color: rgb(69,231,54); }
div.DivClassName
{
background-color: #45E736;
}
.BgClassName
{
background-color: #45E736;
}
</style>
border-color css
<style>
span { border-color: #45E736; }
span { border-color: rgb(69,231,54); }
td.TdClassName
{
border-color: #45E736;
}
.TagClassName
{
border-color: #45E736;
}
</style>