Shades of Lime Green #45CE41
Tints of Lime Green #45CE41
RGB
CMYK
RGB Variations
Color information
#45CE41 (or 0x45CE41) is known color: Lime Green. HEX triplet: 45, CE and 41. RGB value is (69,206,65). Sum of RGB (Red+Green+Blue) = 69+206+65=340 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.29% from 340); Green value is 206 (80.86% from 255 or 60.59% from 340); Blue value is 65 (25.78% from 255 or 19.12% from 340); Max value from RGB is 206 - color contains mainly: green. Hex color #45CE41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CE41 is #BA31BE. Grayscale: #959595. Windows color (decimal): -12202431 or 4312645. OLE color: 4312645.
HSL color Cylindrical-coordinate representation of color #45CE41: hue angle of 118.3º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45CE41 is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 206 | 65 | - |
| CMYK | 0.67 | 0 | 0.68 | 0.19 |
| HSL | 118.3º | 0.59% | 0.53% | - |
| HSV(B) | 118.3º | 0.68% | 0.81% | - |
| XYZ | 25.48 | 45.79 | 12.5 | - |
| YUV | 148.96 | 80.61 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 206 | 65 | 0.67 | 0 | 0.68 | 0.19 | 118.3 | 0.59 | 0.53 |
| Hex | 45 | CE | 41 | 43 | 0 | 44 | 13 | 76 | 3B | 35 |
| Octal | 105 | 316 | 101 | 103 | 0 | 104 | 23 | 166 | 73 | 65 |
| Binary | 1000101 | 11001110 | 1000001 | 1000011 | 0 | 1000100 | 10011 | 1110110 | 111011 | 110101 |
Color Harmonies of #45CE41
Complementary color
Monochromatic Colors of #45CE41
Black with #45CE41
Text Example
Text Example
White with #45CE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CE41; }
p { color: rgb(69,206,65); }
H1.HeaderClassName
{
color: #45CE41;
}
.AnyTagClassName
{
color: #45CE41;
}
</style>
background-color css
<style>
a { background-color: #45CE41; }
a { background-color: rgb(69,206,65); }
div.DivClassName
{
background-color: #45CE41;
}
.BgClassName
{
background-color: #45CE41;
}
</style>
border-color css
<style>
span { border-color: #45CE41; }
span { border-color: rgb(69,206,65); }
td.TdClassName
{
border-color: #45CE41;
}
.TagClassName
{
border-color: #45CE41;
}
</style>