Shades of Lime Green #45EC34
Tints of Lime Green #45EC34
RGB
CMYK
RGB Variations
Color information
#45EC34 (or 0x45EC34) is known color: Lime Green. HEX triplet: 45, EC and 34. RGB value is (69,236,52). Sum of RGB (Red+Green+Blue) = 69+236+52=357 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.33% from 357); Green value is 236 (92.58% from 255 or 66.11% from 357); Blue value is 52 (20.70% from 255 or 14.57% from 357); Max value from RGB is 236 - color contains mainly: green. Hex color #45EC34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45EC34 is #BA13CB. Grayscale: #A5A5A5. Windows color (decimal): -12194764 or 3468357. OLE color: 3468357.
HSL color Cylindrical-coordinate representation of color #45EC34: hue angle of 114.46º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #45EC34 is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 236 | 52 | - |
| CMYK | 0.71 | 0 | 0.78 | 0.07 |
| HSL | 114.46º | 0.83% | 0.56% | - |
| HSV(B) | 114.46º | 0.78% | 0.93% | - |
| XYZ | 33.07 | 61.5 | 13.38 | - |
| YUV | 165.09 | 64.17 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 236 | 52 | 0.71 | 0 | 0.78 | 0.07 | 114.46 | 0.83 | 0.56 |
| Hex | 45 | EC | 34 | 47 | 0 | 4E | 7 | 72 | 53 | 38 |
| Octal | 105 | 354 | 64 | 107 | 0 | 116 | 7 | 162 | 123 | 70 |
| Binary | 1000101 | 11101100 | 110100 | 1000111 | 0 | 1001110 | 111 | 1110010 | 1010011 | 111000 |
Color Harmonies of #45EC34
Complementary color
Monochromatic Colors of #45EC34
Black with #45EC34
Text Example
Text Example
White with #45EC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EC34; }
p { color: rgb(69,236,52); }
H1.HeaderClassName
{
color: #45EC34;
}
.AnyTagClassName
{
color: #45EC34;
}
</style>
background-color css
<style>
a { background-color: #45EC34; }
a { background-color: rgb(69,236,52); }
div.DivClassName
{
background-color: #45EC34;
}
.BgClassName
{
background-color: #45EC34;
}
</style>
border-color css
<style>
span { border-color: #45EC34; }
span { border-color: rgb(69,236,52); }
td.TdClassName
{
border-color: #45EC34;
}
.TagClassName
{
border-color: #45EC34;
}
</style>