Shades of Lime Green #45ED42
Tints of Lime Green #45ED42
RGB
CMYK
RGB Variations
Color information
#45ED42 (or 0x45ED42) is known color: Lime Green. HEX triplet: 45, ED and 42. RGB value is (69,237,66). Sum of RGB (Red+Green+Blue) = 69+237+66=372 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.55% from 372); Green value is 237 (92.97% from 255 or 63.71% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 237 - color contains mainly: green. Hex color #45ED42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45ED42 is #BA12BD. Grayscale: #A7A7A7. Windows color (decimal): -12194494 or 4386117. OLE color: 4386117.
HSL color Cylindrical-coordinate representation of color #45ED42: hue angle of 118.95º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45ED42 is Cyan = 0.71, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 237 | 66 | - |
| CMYK | 0.71 | 0 | 0.72 | 0.07 |
| HSL | 118.95º | 0.83% | 0.59% | - |
| HSV(B) | 118.95º | 0.72% | 0.93% | - |
| XYZ | 33.72 | 62.23 | 15.39 | - |
| YUV | 167.27 | 70.84 | 57.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 237 | 66 | 0.71 | 0 | 0.72 | 0.07 | 118.95 | 0.83 | 0.59 |
| Hex | 45 | ED | 42 | 47 | 0 | 48 | 7 | 77 | 53 | 3B |
| Octal | 105 | 355 | 102 | 107 | 0 | 110 | 7 | 167 | 123 | 73 |
| Binary | 1000101 | 11101101 | 1000010 | 1000111 | 0 | 1001000 | 111 | 1110111 | 1010011 | 111011 |
Color Harmonies of #45ED42
Complementary color
Monochromatic Colors of #45ED42
Black with #45ED42
Text Example
Text Example
White with #45ED42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45ED42; }
p { color: rgb(69,237,66); }
H1.HeaderClassName
{
color: #45ED42;
}
.AnyTagClassName
{
color: #45ED42;
}
</style>
background-color css
<style>
a { background-color: #45ED42; }
a { background-color: rgb(69,237,66); }
div.DivClassName
{
background-color: #45ED42;
}
.BgClassName
{
background-color: #45ED42;
}
</style>
border-color css
<style>
span { border-color: #45ED42; }
span { border-color: rgb(69,237,66); }
td.TdClassName
{
border-color: #45ED42;
}
.TagClassName
{
border-color: #45ED42;
}
</style>