Shades of Lime Green #45CF40
Tints of Lime Green #45CF40
RGB
CMYK
RGB Variations
Color information
#45CF40 (or 0x45CF40) is known color: Lime Green. HEX triplet: 45, CF and 40. RGB value is (69,207,64). Sum of RGB (Red+Green+Blue) = 69+207+64=340 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.29% from 340); Green value is 207 (81.25% from 255 or 60.88% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 207 - color contains mainly: green. Hex color #45CF40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CF40 is #BA30BF. Grayscale: #959595. Windows color (decimal): -12202176 or 4247365. OLE color: 4247365.
HSL color Cylindrical-coordinate representation of color #45CF40: hue angle of 117.9º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45CF40 is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 207 | 64 | - |
| CMYK | 0.67 | 0 | 0.69 | 0.19 |
| HSL | 117.9º | 0.6% | 0.53% | - |
| HSV(B) | 117.9º | 0.69% | 0.81% | - |
| XYZ | 25.69 | 46.26 | 12.43 | - |
| YUV | 149.44 | 79.78 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 207 | 64 | 0.67 | 0 | 0.69 | 0.19 | 117.9 | 0.6 | 0.53 |
| Hex | 45 | CF | 40 | 43 | 0 | 45 | 13 | 76 | 3C | 35 |
| Octal | 105 | 317 | 100 | 103 | 0 | 105 | 23 | 166 | 74 | 65 |
| Binary | 1000101 | 11001111 | 1000000 | 1000011 | 0 | 1000101 | 10011 | 1110110 | 111100 | 110101 |
Color Harmonies of #45CF40
Complementary color
Monochromatic Colors of #45CF40
Black with #45CF40
Text Example
Text Example
White with #45CF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CF40; }
p { color: rgb(69,207,64); }
H1.HeaderClassName
{
color: #45CF40;
}
.AnyTagClassName
{
color: #45CF40;
}
</style>
background-color css
<style>
a { background-color: #45CF40; }
a { background-color: rgb(69,207,64); }
div.DivClassName
{
background-color: #45CF40;
}
.BgClassName
{
background-color: #45CF40;
}
</style>
border-color css
<style>
span { border-color: #45CF40; }
span { border-color: rgb(69,207,64); }
td.TdClassName
{
border-color: #45CF40;
}
.TagClassName
{
border-color: #45CF40;
}
</style>