Shades of Lime Green #45D630
Tints of Lime Green #45D630
RGB
CMYK
RGB Variations
Color information
#45D630 (or 0x45D630) is known color: Lime Green. HEX triplet: 45, D6 and 30. RGB value is (69,214,48). Sum of RGB (Red+Green+Blue) = 69+214+48=331 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.85% from 331); Green value is 214 (83.98% from 255 or 64.65% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 214 - color contains mainly: green. Hex color #45D630 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D630 is #BA29CF. Grayscale: #989898. Windows color (decimal): -12200400 or 3200581. OLE color: 3200581.
HSL color Cylindrical-coordinate representation of color #45D630: hue angle of 112.41º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #45D630 is Cyan = 0.68, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 214 | 48 | - |
| CMYK | 0.68 | 0 | 0.78 | 0.16 |
| HSL | 112.41º | 0.67% | 0.51% | - |
| HSV(B) | 112.41º | 0.78% | 0.84% | - |
| XYZ | 27.03 | 49.57 | 10.94 | - |
| YUV | 151.72 | 69.46 | 69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 214 | 48 | 0.68 | 0 | 0.78 | 0.16 | 112.41 | 0.67 | 0.51 |
| Hex | 45 | D6 | 30 | 44 | 0 | 4E | 10 | 70 | 43 | 33 |
| Octal | 105 | 326 | 60 | 104 | 0 | 116 | 20 | 160 | 103 | 63 |
| Binary | 1000101 | 11010110 | 110000 | 1000100 | 0 | 1001110 | 10000 | 1110000 | 1000011 | 110011 |
Color Harmonies of #45D630
Complementary color
Monochromatic Colors of #45D630
Black with #45D630
Text Example
Text Example
White with #45D630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D630; }
p { color: rgb(69,214,48); }
H1.HeaderClassName
{
color: #45D630;
}
.AnyTagClassName
{
color: #45D630;
}
</style>
background-color css
<style>
a { background-color: #45D630; }
a { background-color: rgb(69,214,48); }
div.DivClassName
{
background-color: #45D630;
}
.BgClassName
{
background-color: #45D630;
}
</style>
border-color css
<style>
span { border-color: #45D630; }
span { border-color: rgb(69,214,48); }
td.TdClassName
{
border-color: #45D630;
}
.TagClassName
{
border-color: #45D630;
}
</style>