Shades of Lime Green #45D44C
Tints of Lime Green #45D44C
RGB
CMYK
RGB Variations
Color information
#45D44C (or 0x45D44C) is known color: Lime Green. HEX triplet: 45, D4 and 4C. RGB value is (69,212,76). Sum of RGB (Red+Green+Blue) = 69+212+76=357 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.33% from 357); Green value is 212 (83.20% from 255 or 59.38% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 212 - color contains mainly: green. Hex color #45D44C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D44C is #BA2BB3. Grayscale: #9A9A9A. Windows color (decimal): -12200884 or 5035077. OLE color: 5035077.
HSL color Cylindrical-coordinate representation of color #45D44C: hue angle of 122.94º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45D44C is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 69 | 212 | 76 | - |
| CMYK | 0.67 | 0 | 0.64 | 0.17 |
| HSL | 122.94º | 0.62% | 0.55% | - |
| HSV(B) | 122.94º | 0.67% | 0.83% | - |
| XYZ | 27.3 | 48.87 | 14.83 | - |
| YUV | 153.74 | 84.12 | 67.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 212 | 76 | 0.67 | 0 | 0.64 | 0.17 | 122.94 | 0.62 | 0.55 |
| Hex | 45 | D4 | 4C | 43 | 0 | 40 | 11 | 7B | 3E | 37 |
| Octal | 105 | 324 | 114 | 103 | 0 | 100 | 21 | 173 | 76 | 67 |
| Binary | 1000101 | 11010100 | 1001100 | 1000011 | 0 | 1000000 | 10001 | 1111011 | 111110 | 110111 |
Color Harmonies of #45D44C
Complementary color
Monochromatic Colors of #45D44C
Black with #45D44C
Text Example
Text Example
White with #45D44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D44C; }
p { color: rgb(69,212,76); }
H1.HeaderClassName
{
color: #45D44C;
}
.AnyTagClassName
{
color: #45D44C;
}
</style>
background-color css
<style>
a { background-color: #45D44C; }
a { background-color: rgb(69,212,76); }
div.DivClassName
{
background-color: #45D44C;
}
.BgClassName
{
background-color: #45D44C;
}
</style>
border-color css
<style>
span { border-color: #45D44C; }
span { border-color: rgb(69,212,76); }
td.TdClassName
{
border-color: #45D44C;
}
.TagClassName
{
border-color: #45D44C;
}
</style>