Shades of Lime Green #33D13F
Tints of Lime Green #33D13F
RGB
CMYK
RGB Variations
Color information
#33D13F (or 0x33D13F) is known color: Lime Green. HEX triplet: 33, D1 and 3F. RGB value is (51,209,63). Sum of RGB (Red+Green+Blue) = 51+209+63=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 209 (82.03% from 255 or 64.71% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 209 - color contains mainly: green. Hex color #33D13F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33D13F is #CC2EC0. Grayscale: #919191. Windows color (decimal): -13381313 or 4182323. OLE color: 4182323.
HSL color Cylindrical-coordinate representation of color #33D13F: hue angle of 124.56º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D13F is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 209 | 63 | - |
| CMYK | 0.76 | 0 | 0.70 | 0.18 |
| HSL | 124.56º | 0.63% | 0.51% | - |
| HSV(B) | 124.56º | 0.76% | 0.82% | - |
| XYZ | 25.06 | 46.66 | 12.39 | - |
| YUV | 145.11 | 81.65 | 60.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 209 | 63 | 0.76 | 0 | 0.70 | 0.18 | 124.56 | 0.63 | 0.51 |
| Hex | 33 | D1 | 3F | 4C | 0 | 46 | 12 | 7D | 3F | 33 |
| Octal | 63 | 321 | 77 | 114 | 0 | 106 | 22 | 175 | 77 | 63 |
| Binary | 110011 | 11010001 | 111111 | 1001100 | 0 | 1000110 | 10010 | 1111101 | 111111 | 110011 |
Color Harmonies of #33D13F
Complementary color
Monochromatic Colors of #33D13F
Black with #33D13F
Text Example
Text Example
White with #33D13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D13F; }
p { color: rgb(51,209,63); }
H1.HeaderClassName
{
color: #33D13F;
}
.AnyTagClassName
{
color: #33D13F;
}
</style>
background-color css
<style>
a { background-color: #33D13F; }
a { background-color: rgb(51,209,63); }
div.DivClassName
{
background-color: #33D13F;
}
.BgClassName
{
background-color: #33D13F;
}
</style>
border-color css
<style>
span { border-color: #33D13F; }
span { border-color: rgb(51,209,63); }
td.TdClassName
{
border-color: #33D13F;
}
.TagClassName
{
border-color: #33D13F;
}
</style>