Shades of Lime Green #33F833
Tints of Lime Green #33F833
RGB
CMYK
RGB Variations
Color information
#33F833 (or 0x33F833) is known color: Lime Green. HEX triplet: 33, F8 and 33. RGB value is (51,248,51). Sum of RGB (Red+Green+Blue) = 51+248+51=350 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.57% from 350); Green value is 248 (97.27% from 255 or 70.86% from 350); Blue value is 51 (20.31% from 255 or 14.57% from 350); Max value from RGB is 248 - color contains mainly: green. Hex color #33F833 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33F833 is #CC07CC. Grayscale: #A7A7A7. Windows color (decimal): -13371341 or 3405875. OLE color: 3405875.
HSL color Cylindrical-coordinate representation of color #33F833: hue angle of 120º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F833 is Cyan = 0.79, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 51 | 248 | 51 | - |
| CMYK | 0.79 | 0 | 0.79 | 0.03 |
| HSL | 120º | 0.93% | 0.59% | - |
| HSV(B) | 120º | 0.79% | 0.97% | - |
| XYZ | 35.53 | 68.08 | 14.4 | - |
| YUV | 166.64 | 62.73 | 45.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 248 | 51 | 0.79 | 0 | 0.79 | 0.03 | 120 | 0.93 | 0.59 |
| Hex | 33 | F8 | 33 | 4F | 0 | 4F | 3 | 78 | 5D | 3B |
| Octal | 63 | 370 | 63 | 117 | 0 | 117 | 3 | 170 | 135 | 73 |
| Binary | 110011 | 11111000 | 110011 | 1001111 | 0 | 1001111 | 11 | 1111000 | 1011101 | 111011 |
Color Harmonies of #33F833
Complementary color
Monochromatic Colors of #33F833
Black with #33F833
Text Example
Text Example
White with #33F833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F833; }
p { color: rgb(51,248,51); }
H1.HeaderClassName
{
color: #33F833;
}
.AnyTagClassName
{
color: #33F833;
}
</style>
background-color css
<style>
a { background-color: #33F833; }
a { background-color: rgb(51,248,51); }
div.DivClassName
{
background-color: #33F833;
}
.BgClassName
{
background-color: #33F833;
}
</style>
border-color css
<style>
span { border-color: #33F833; }
span { border-color: rgb(51,248,51); }
td.TdClassName
{
border-color: #33F833;
}
.TagClassName
{
border-color: #33F833;
}
</style>