Shades of Lime Green #45CF2B
Tints of Lime Green #45CF2B
RGB
CMYK
RGB Variations
Color information
#45CF2B (or 0x45CF2B) is known color: Lime Green. HEX triplet: 45, CF and 2B. RGB value is (69,207,43). Sum of RGB (Red+Green+Blue) = 69+207+43=319 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.63% from 319); Green value is 207 (81.25% from 255 or 64.89% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 207 - color contains mainly: green. Hex color #45CF2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CF2B is #BA30D4. Grayscale: #939393. Windows color (decimal): -12202197 or 2871109. OLE color: 2871109.
HSL color Cylindrical-coordinate representation of color #45CF2B: hue angle of 110.49º degrees, saturation: 0.66, 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 #45CF2B is Cyan = 0.67, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 207 | 43 | - |
| CMYK | 0.67 | 0 | 0.79 | 0.19 |
| HSL | 110.49º | 0.66% | 0.49% | - |
| HSV(B) | 110.49º | 0.79% | 0.81% | - |
| XYZ | 25.2 | 46.07 | 9.85 | - |
| YUV | 147.04 | 69.28 | 72.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 207 | 43 | 0.67 | 0 | 0.79 | 0.19 | 110.49 | 0.66 | 0.49 |
| Hex | 45 | CF | 2B | 43 | 0 | 4F | 13 | 6E | 42 | 31 |
| Octal | 105 | 317 | 53 | 103 | 0 | 117 | 23 | 156 | 102 | 61 |
| Binary | 1000101 | 11001111 | 101011 | 1000011 | 0 | 1001111 | 10011 | 1101110 | 1000010 | 110001 |
Color Harmonies of #45CF2B
Complementary color
Monochromatic Colors of #45CF2B
Black with #45CF2B
Text Example
Text Example
White with #45CF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CF2B; }
p { color: rgb(69,207,43); }
H1.HeaderClassName
{
color: #45CF2B;
}
.AnyTagClassName
{
color: #45CF2B;
}
</style>
background-color css
<style>
a { background-color: #45CF2B; }
a { background-color: rgb(69,207,43); }
div.DivClassName
{
background-color: #45CF2B;
}
.BgClassName
{
background-color: #45CF2B;
}
</style>
border-color css
<style>
span { border-color: #45CF2B; }
span { border-color: rgb(69,207,43); }
td.TdClassName
{
border-color: #45CF2B;
}
.TagClassName
{
border-color: #45CF2B;
}
</style>