Shades of Lime Green #45CE35
Tints of Lime Green #45CE35
RGB
CMYK
RGB Variations
Color information
#45CE35 (or 0x45CE35) is known color: Lime Green. HEX triplet: 45, CE and 35. RGB value is (69,206,53). Sum of RGB (Red+Green+Blue) = 69+206+53=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 206 (80.86% from 255 or 62.80% from 328); Blue value is 53 (21.09% from 255 or 16.16% from 328); Max value from RGB is 206 - color contains mainly: green. Hex color #45CE35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CE35 is #BA31CA. Grayscale: #949494. Windows color (decimal): -12202443 or 3526213. OLE color: 3526213.
HSL color Cylindrical-coordinate representation of color #45CE35: hue angle of 113.73º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #45CE35 is Cyan = 0.67, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 206 | 53 | - |
| CMYK | 0.67 | 0 | 0.74 | 0.19 |
| HSL | 113.73º | 0.61% | 0.51% | - |
| HSV(B) | 113.73º | 0.74% | 0.81% | - |
| XYZ | 25.17 | 45.66 | 10.86 | - |
| YUV | 147.6 | 74.61 | 71.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 206 | 53 | 0.67 | 0 | 0.74 | 0.19 | 113.73 | 0.61 | 0.51 |
| Hex | 45 | CE | 35 | 43 | 0 | 4A | 13 | 72 | 3D | 33 |
| Octal | 105 | 316 | 65 | 103 | 0 | 112 | 23 | 162 | 75 | 63 |
| Binary | 1000101 | 11001110 | 110101 | 1000011 | 0 | 1001010 | 10011 | 1110010 | 111101 | 110011 |
Color Harmonies of #45CE35
Complementary color
Monochromatic Colors of #45CE35
Black with #45CE35
Text Example
Text Example
White with #45CE35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CE35; }
p { color: rgb(69,206,53); }
H1.HeaderClassName
{
color: #45CE35;
}
.AnyTagClassName
{
color: #45CE35;
}
</style>
background-color css
<style>
a { background-color: #45CE35; }
a { background-color: rgb(69,206,53); }
div.DivClassName
{
background-color: #45CE35;
}
.BgClassName
{
background-color: #45CE35;
}
</style>
border-color css
<style>
span { border-color: #45CE35; }
span { border-color: rgb(69,206,53); }
td.TdClassName
{
border-color: #45CE35;
}
.TagClassName
{
border-color: #45CE35;
}
</style>