Shades of Lime Green #33FF45
Tints of Lime Green #33FF45
RGB
CMYK
RGB Variations
Color information
#33FF45 (or 0x33FF45) is known color: Lime Green. HEX triplet: 33, FF and 45. RGB value is (51,255,69). Sum of RGB (Red+Green+Blue) = 51+255+69=375 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.6% from 375); Green value is 255 (100% from 255 or 68% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 255 - color contains mainly: green. Hex color #33FF45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33FF45 is #CC00BA. Grayscale: #ADADAD. Windows color (decimal): -13369531 or 4587315. OLE color: 4587315.
HSL color Cylindrical-coordinate representation of color #33FF45: hue angle of 125.29º 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 #33FF45 is Cyan = 0.8, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 255 | 69 | - |
| CMYK | 0.8 | 0 | 0.73 | 0 |
| HSL | 125.29º | 1% | 0.6% | - |
| HSV(B) | 125.29º | 0.8% | 1% | - |
| XYZ | 38.2 | 72.65 | 17.64 | - |
| YUV | 172.8 | 69.41 | 41.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 255 | 69 | 0.8 | 0 | 0.73 | 0 | 125.29 | 1 | 0.6 |
| Hex | 33 | FF | 45 | 50 | 0 | 49 | 0 | 7D | 64 | 3C |
| Octal | 63 | 377 | 105 | 120 | 0 | 111 | 0 | 175 | 144 | 74 |
| Binary | 110011 | 11111111 | 1000101 | 1010000 | 0 | 1001001 | 0 | 1111101 | 1100100 | 111100 |
Color Harmonies of #33FF45
Complementary color
Monochromatic Colors of #33FF45
Black with #33FF45
Text Example
Text Example
White with #33FF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FF45; }
p { color: rgb(51,255,69); }
H1.HeaderClassName
{
color: #33FF45;
}
.AnyTagClassName
{
color: #33FF45;
}
</style>
background-color css
<style>
a { background-color: #33FF45; }
a { background-color: rgb(51,255,69); }
div.DivClassName
{
background-color: #33FF45;
}
.BgClassName
{
background-color: #33FF45;
}
</style>
border-color css
<style>
span { border-color: #33FF45; }
span { border-color: rgb(51,255,69); }
td.TdClassName
{
border-color: #33FF45;
}
.TagClassName
{
border-color: #33FF45;
}
</style>