Shades of Lime Green #45CF2C
Tints of Lime Green #45CF2C
RGB
CMYK
RGB Variations
Color information
#45CF2C (or 0x45CF2C) is known color: Lime Green. HEX triplet: 45, CF and 2C. RGB value is (69,207,44). Sum of RGB (Red+Green+Blue) = 69+207+44=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 207 (81.25% from 255 or 64.69% from 320); Blue value is 44 (17.58% from 255 or 13.75% from 320); Max value from RGB is 207 - color contains mainly: green. Hex color #45CF2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CF2C is #BA30D3. Grayscale: #939393. Windows color (decimal): -12202196 or 2936645. OLE color: 2936645.
HSL color Cylindrical-coordinate representation of color #45CF2C: hue angle of 110.8º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #45CF2C is Cyan = 0.67, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 207 | 44 | - |
| CMYK | 0.67 | 0 | 0.79 | 0.19 |
| HSL | 110.8º | 0.65% | 0.49% | - |
| HSV(B) | 110.8º | 0.79% | 0.81% | - |
| XYZ | 25.22 | 46.07 | 9.95 | - |
| YUV | 147.16 | 69.78 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 207 | 44 | 0.67 | 0 | 0.79 | 0.19 | 110.8 | 0.65 | 0.49 |
| Hex | 45 | CF | 2C | 43 | 0 | 4F | 13 | 6F | 41 | 31 |
| Octal | 105 | 317 | 54 | 103 | 0 | 117 | 23 | 157 | 101 | 61 |
| Binary | 1000101 | 11001111 | 101100 | 1000011 | 0 | 1001111 | 10011 | 1101111 | 1000001 | 110001 |
Color Harmonies of #45CF2C
Complementary color
Monochromatic Colors of #45CF2C
Black with #45CF2C
Text Example
Text Example
White with #45CF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CF2C; }
p { color: rgb(69,207,44); }
H1.HeaderClassName
{
color: #45CF2C;
}
.AnyTagClassName
{
color: #45CF2C;
}
</style>
background-color css
<style>
a { background-color: #45CF2C; }
a { background-color: rgb(69,207,44); }
div.DivClassName
{
background-color: #45CF2C;
}
.BgClassName
{
background-color: #45CF2C;
}
</style>
border-color css
<style>
span { border-color: #45CF2C; }
span { border-color: rgb(69,207,44); }
td.TdClassName
{
border-color: #45CF2C;
}
.TagClassName
{
border-color: #45CF2C;
}
</style>