Shades of Lime Green #45FF34
Tints of Lime Green #45FF34
RGB
CMYK
RGB Variations
Color information
#45FF34 (or 0x45FF34) is known color: Lime Green. HEX triplet: 45, FF and 34. RGB value is (69,255,52). Sum of RGB (Red+Green+Blue) = 69+255+52=376 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.35% from 376); Green value is 255 (100% from 255 or 67.82% from 376); Blue value is 52 (20.70% from 255 or 13.83% from 376); Max value from RGB is 255 - color contains mainly: green. Hex color #45FF34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45FF34 is #BA00CB. Grayscale: #B0B0B0. Windows color (decimal): -12189900 or 3473221. OLE color: 3473221.
HSL color Cylindrical-coordinate representation of color #45FF34: hue angle of 114.98º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #45FF34 is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 255 | 52 | - |
| CMYK | 0.73 | 0 | 0.80 | 0 |
| HSL | 114.98º | 1% | 0.6% | - |
| HSV(B) | 114.98º | 0.8% | 1% | - |
| XYZ | 38.83 | 73.03 | 15.3 | - |
| YUV | 176.24 | 57.88 | 51.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 255 | 52 | 0.73 | 0 | 0.80 | 0 | 114.98 | 1 | 0.6 |
| Hex | 45 | FF | 34 | 49 | 0 | 50 | 0 | 73 | 64 | 3C |
| Octal | 105 | 377 | 64 | 111 | 0 | 120 | 0 | 163 | 144 | 74 |
| Binary | 1000101 | 11111111 | 110100 | 1001001 | 0 | 1010000 | 0 | 1110011 | 1100100 | 111100 |
Color Harmonies of #45FF34
Complementary color
Monochromatic Colors of #45FF34
Black with #45FF34
Text Example
Text Example
White with #45FF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FF34; }
p { color: rgb(69,255,52); }
H1.HeaderClassName
{
color: #45FF34;
}
.AnyTagClassName
{
color: #45FF34;
}
</style>
background-color css
<style>
a { background-color: #45FF34; }
a { background-color: rgb(69,255,52); }
div.DivClassName
{
background-color: #45FF34;
}
.BgClassName
{
background-color: #45FF34;
}
</style>
border-color css
<style>
span { border-color: #45FF34; }
span { border-color: rgb(69,255,52); }
td.TdClassName
{
border-color: #45FF34;
}
.TagClassName
{
border-color: #45FF34;
}
</style>