Shades of Lime Green #45E238
Tints of Lime Green #45E238
RGB
CMYK
RGB Variations
Color information
#45E238 (or 0x45E238) is known color: Lime Green. HEX triplet: 45, E2 and 38. RGB value is (69,226,56). Sum of RGB (Red+Green+Blue) = 69+226+56=351 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.66% from 351); Green value is 226 (88.67% from 255 or 64.39% from 351); Blue value is 56 (22.27% from 255 or 15.95% from 351); Max value from RGB is 226 - color contains mainly: green. Hex color #45E238 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45E238 is #BA1DC7. Grayscale: #A0A0A0. Windows color (decimal): -12197320 or 3727941. OLE color: 3727941.
HSL color Cylindrical-coordinate representation of color #45E238: hue angle of 115.41º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #45E238 is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 69 | 226 | 56 | - |
| CMYK | 0.69 | 0 | 0.75 | 0.11 |
| HSL | 115.41º | 0.75% | 0.55% | - |
| HSV(B) | 115.41º | 0.75% | 0.89% | - |
| XYZ | 30.36 | 55.94 | 12.94 | - |
| YUV | 159.68 | 69.49 | 63.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 226 | 56 | 0.69 | 0 | 0.75 | 0.11 | 115.41 | 0.75 | 0.55 |
| Hex | 45 | E2 | 38 | 45 | 0 | 4B | B | 73 | 4B | 37 |
| Octal | 105 | 342 | 70 | 105 | 0 | 113 | 13 | 163 | 113 | 67 |
| Binary | 1000101 | 11100010 | 111000 | 1000101 | 0 | 1001011 | 1011 | 1110011 | 1001011 | 110111 |
Color Harmonies of #45E238
Complementary color
Monochromatic Colors of #45E238
Black with #45E238
Text Example
Text Example
White with #45E238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E238; }
p { color: rgb(69,226,56); }
H1.HeaderClassName
{
color: #45E238;
}
.AnyTagClassName
{
color: #45E238;
}
</style>
background-color css
<style>
a { background-color: #45E238; }
a { background-color: rgb(69,226,56); }
div.DivClassName
{
background-color: #45E238;
}
.BgClassName
{
background-color: #45E238;
}
</style>
border-color css
<style>
span { border-color: #45E238; }
span { border-color: rgb(69,226,56); }
td.TdClassName
{
border-color: #45E238;
}
.TagClassName
{
border-color: #45E238;
}
</style>