Shades of Lime Green #33F044
Tints of Lime Green #33F044
RGB
CMYK
RGB Variations
Color information
#33F044 (or 0x33F044) is known color: Lime Green. HEX triplet: 33, F0 and 44. RGB value is (51,240,68). Sum of RGB (Red+Green+Blue) = 51+240+68=359 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.21% from 359); Green value is 240 (94.14% from 255 or 66.85% from 359); Blue value is 68 (26.95% from 255 or 18.94% from 359); Max value from RGB is 240 - color contains mainly: green. Hex color #33F044 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33F044 is #CC0FBB. Grayscale: #A4A4A4. Windows color (decimal): -13373372 or 4517939. OLE color: 4517939.
HSL color Cylindrical-coordinate representation of color #33F044: hue angle of 125.4º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F044 is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 51 | 240 | 68 | - |
| CMYK | 0.79 | 0 | 0.72 | 0.06 |
| HSL | 125.4º | 0.86% | 0.57% | - |
| HSV(B) | 125.4º | 0.79% | 0.94% | - |
| XYZ | 33.57 | 63.44 | 15.94 | - |
| YUV | 163.88 | 73.88 | 47.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 240 | 68 | 0.79 | 0 | 0.72 | 0.06 | 125.4 | 0.86 | 0.57 |
| Hex | 33 | F0 | 44 | 4F | 0 | 48 | 6 | 7D | 56 | 39 |
| Octal | 63 | 360 | 104 | 117 | 0 | 110 | 6 | 175 | 126 | 71 |
| Binary | 110011 | 11110000 | 1000100 | 1001111 | 0 | 1001000 | 110 | 1111101 | 1010110 | 111001 |
Color Harmonies of #33F044
Complementary color
Monochromatic Colors of #33F044
Black with #33F044
Text Example
Text Example
White with #33F044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F044; }
p { color: rgb(51,240,68); }
H1.HeaderClassName
{
color: #33F044;
}
.AnyTagClassName
{
color: #33F044;
}
</style>
background-color css
<style>
a { background-color: #33F044; }
a { background-color: rgb(51,240,68); }
div.DivClassName
{
background-color: #33F044;
}
.BgClassName
{
background-color: #33F044;
}
</style>
border-color css
<style>
span { border-color: #33F044; }
span { border-color: rgb(51,240,68); }
td.TdClassName
{
border-color: #33F044;
}
.TagClassName
{
border-color: #33F044;
}
</style>