Shades of Lime Green #45E338
Tints of Lime Green #45E338
RGB
CMYK
RGB Variations
Color information
#45E338 (or 0x45E338) is known color: Lime Green. HEX triplet: 45, E3 and 38. RGB value is (69,227,56). Sum of RGB (Red+Green+Blue) = 69+227+56=352 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.60% from 352); Green value is 227 (89.06% from 255 or 64.49% from 352); Blue value is 56 (22.27% from 255 or 15.91% from 352); Max value from RGB is 227 - color contains mainly: green. Hex color #45E338 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45E338 is #BA1CC7. Grayscale: #A0A0A0. Windows color (decimal): -12197064 or 3728197. OLE color: 3728197.
HSL color Cylindrical-coordinate representation of color #45E338: hue angle of 115.44º 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 #45E338 is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 69 | 227 | 56 | - |
| CMYK | 0.70 | 0 | 0.75 | 0.11 |
| HSL | 115.44º | 0.75% | 0.55% | - |
| HSV(B) | 115.44º | 0.75% | 0.89% | - |
| XYZ | 30.64 | 56.49 | 13.03 | - |
| YUV | 160.26 | 69.15 | 62.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 227 | 56 | 0.70 | 0 | 0.75 | 0.11 | 115.44 | 0.75 | 0.55 |
| Hex | 45 | E3 | 38 | 46 | 0 | 4B | B | 73 | 4B | 37 |
| Octal | 105 | 343 | 70 | 106 | 0 | 113 | 13 | 163 | 113 | 67 |
| Binary | 1000101 | 11100011 | 111000 | 1000110 | 0 | 1001011 | 1011 | 1110011 | 1001011 | 110111 |
Color Harmonies of #45E338
Complementary color
Monochromatic Colors of #45E338
Black with #45E338
Text Example
Text Example
White with #45E338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E338; }
p { color: rgb(69,227,56); }
H1.HeaderClassName
{
color: #45E338;
}
.AnyTagClassName
{
color: #45E338;
}
</style>
background-color css
<style>
a { background-color: #45E338; }
a { background-color: rgb(69,227,56); }
div.DivClassName
{
background-color: #45E338;
}
.BgClassName
{
background-color: #45E338;
}
</style>
border-color css
<style>
span { border-color: #45E338; }
span { border-color: rgb(69,227,56); }
td.TdClassName
{
border-color: #45E338;
}
.TagClassName
{
border-color: #45E338;
}
</style>