Shades of Lime Green #45CF4C
Tints of Lime Green #45CF4C
RGB
CMYK
RGB Variations
Color information
#45CF4C (or 0x45CF4C) is known color: Lime Green. HEX triplet: 45, CF and 4C. RGB value is (69,207,76). Sum of RGB (Red+Green+Blue) = 69+207+76=352 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.60% from 352); Green value is 207 (81.25% from 255 or 58.81% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 207 - color contains mainly: green. Hex color #45CF4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CF4C is #BA30B3. Grayscale: #979797. Windows color (decimal): -12202164 or 5033797. OLE color: 5033797.
HSL color Cylindrical-coordinate representation of color #45CF4C: hue angle of 123.04º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45CF4C is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 207 | 76 | - |
| CMYK | 0.67 | 0 | 0.63 | 0.19 |
| HSL | 123.04º | 0.59% | 0.54% | - |
| HSV(B) | 123.04º | 0.67% | 0.81% | - |
| XYZ | 26.07 | 46.41 | 14.42 | - |
| YUV | 150.8 | 85.78 | 69.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 207 | 76 | 0.67 | 0 | 0.63 | 0.19 | 123.04 | 0.59 | 0.54 |
| Hex | 45 | CF | 4C | 43 | 0 | 3F | 13 | 7B | 3B | 36 |
| Octal | 105 | 317 | 114 | 103 | 0 | 77 | 23 | 173 | 73 | 66 |
| Binary | 1000101 | 11001111 | 1001100 | 1000011 | 0 | 111111 | 10011 | 1111011 | 111011 | 110110 |
Color Harmonies of #45CF4C
Complementary color
Monochromatic Colors of #45CF4C
Black with #45CF4C
Text Example
Text Example
White with #45CF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CF4C; }
p { color: rgb(69,207,76); }
H1.HeaderClassName
{
color: #45CF4C;
}
.AnyTagClassName
{
color: #45CF4C;
}
</style>
background-color css
<style>
a { background-color: #45CF4C; }
a { background-color: rgb(69,207,76); }
div.DivClassName
{
background-color: #45CF4C;
}
.BgClassName
{
background-color: #45CF4C;
}
</style>
border-color css
<style>
span { border-color: #45CF4C; }
span { border-color: rgb(69,207,76); }
td.TdClassName
{
border-color: #45CF4C;
}
.TagClassName
{
border-color: #45CF4C;
}
</style>