Shades of Lime Green #45E652
Tints of Lime Green #45E652
RGB
CMYK
RGB Variations
Color information
#45E652 (or 0x45E652) is known color: Lime Green. HEX triplet: 45, E6 and 52. RGB value is (69,230,82). Sum of RGB (Red+Green+Blue) = 69+230+82=381 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.11% from 381); Green value is 230 (90.23% from 255 or 60.37% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 230 - color contains mainly: green. Hex color #45E652 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #45E652 is #BA19AD. Grayscale: #A5A5A5. Windows color (decimal): -12196270 or 5432901. OLE color: 5432901.
HSL color Cylindrical-coordinate representation of color #45E652: hue angle of 124.84º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45E652 is Cyan = 0.7, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 69 | 230 | 82 | - |
| CMYK | 0.7 | 0 | 0.64 | 0.10 |
| HSL | 124.84º | 0.76% | 0.59% | - |
| HSV(B) | 124.84º | 0.7% | 0.9% | - |
| XYZ | 32.27 | 58.47 | 17.57 | - |
| YUV | 164.99 | 81.16 | 59.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 230 | 82 | 0.7 | 0 | 0.64 | 0.10 | 124.84 | 0.76 | 0.59 |
| Hex | 45 | E6 | 52 | 46 | 0 | 40 | A | 7D | 4C | 3B |
| Octal | 105 | 346 | 122 | 106 | 0 | 100 | 12 | 175 | 114 | 73 |
| Binary | 1000101 | 11100110 | 1010010 | 1000110 | 0 | 1000000 | 1010 | 1111101 | 1001100 | 111011 |
Color Harmonies of #45E652
Complementary color
Monochromatic Colors of #45E652
Black with #45E652
Text Example
Text Example
White with #45E652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E652; }
p { color: rgb(69,230,82); }
H1.HeaderClassName
{
color: #45E652;
}
.AnyTagClassName
{
color: #45E652;
}
</style>
background-color css
<style>
a { background-color: #45E652; }
a { background-color: rgb(69,230,82); }
div.DivClassName
{
background-color: #45E652;
}
.BgClassName
{
background-color: #45E652;
}
</style>
border-color css
<style>
span { border-color: #45E652; }
span { border-color: rgb(69,230,82); }
td.TdClassName
{
border-color: #45E652;
}
.TagClassName
{
border-color: #45E652;
}
</style>