Shades of Lime Green #33F841
Tints of Lime Green #33F841
RGB
CMYK
RGB Variations
Color information
#33F841 (or 0x33F841) is known color: Lime Green. HEX triplet: 33, F8 and 41. RGB value is (51,248,65). Sum of RGB (Red+Green+Blue) = 51+248+65=364 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.01% from 364); Green value is 248 (97.27% from 255 or 68.13% from 364); Blue value is 65 (25.78% from 255 or 17.86% from 364); Max value from RGB is 248 - color contains mainly: green. Hex color #33F841 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33F841 is #CC07BE. Grayscale: #A8A8A8. Windows color (decimal): -13371327 or 4323379. OLE color: 4323379.
HSL color Cylindrical-coordinate representation of color #33F841: hue angle of 124.26º 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 #33F841 is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 51 | 248 | 65 | - |
| CMYK | 0.79 | 0 | 0.74 | 0.03 |
| HSL | 124.26º | 0.93% | 0.59% | - |
| HSV(B) | 124.26º | 0.79% | 0.97% | - |
| XYZ | 35.89 | 68.22 | 16.28 | - |
| YUV | 168.24 | 69.73 | 44.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 248 | 65 | 0.79 | 0 | 0.74 | 0.03 | 124.26 | 0.93 | 0.59 |
| Hex | 33 | F8 | 41 | 4F | 0 | 4A | 3 | 7C | 5D | 3B |
| Octal | 63 | 370 | 101 | 117 | 0 | 112 | 3 | 174 | 135 | 73 |
| Binary | 110011 | 11111000 | 1000001 | 1001111 | 0 | 1001010 | 11 | 1111100 | 1011101 | 111011 |
Color Harmonies of #33F841
Complementary color
Monochromatic Colors of #33F841
Black with #33F841
Text Example
Text Example
White with #33F841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F841; }
p { color: rgb(51,248,65); }
H1.HeaderClassName
{
color: #33F841;
}
.AnyTagClassName
{
color: #33F841;
}
</style>
background-color css
<style>
a { background-color: #33F841; }
a { background-color: rgb(51,248,65); }
div.DivClassName
{
background-color: #33F841;
}
.BgClassName
{
background-color: #33F841;
}
</style>
border-color css
<style>
span { border-color: #33F841; }
span { border-color: rgb(51,248,65); }
td.TdClassName
{
border-color: #33F841;
}
.TagClassName
{
border-color: #33F841;
}
</style>