Shades of Lime Green #33F940
Tints of Lime Green #33F940
RGB
CMYK
RGB Variations
Color information
#33F940 (or 0x33F940) is known color: Lime Green. HEX triplet: 33, F9 and 40. RGB value is (51,249,64). Sum of RGB (Red+Green+Blue) = 51+249+64=364 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.01% from 364); Green value is 249 (97.66% from 255 or 68.41% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 249 - color contains mainly: green. Hex color #33F940 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33F940 is #CC06BF. Grayscale: #A9A9A9. Windows color (decimal): -13371072 or 4258099. OLE color: 4258099.
HSL color Cylindrical-coordinate representation of color #33F940: hue angle of 123.94º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33F940 is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 249 | 64 | - |
| CMYK | 0.80 | 0 | 0.74 | 0.02 |
| HSL | 123.94º | 0.94% | 0.59% | - |
| HSV(B) | 123.94º | 0.8% | 0.98% | - |
| XYZ | 36.17 | 68.83 | 16.23 | - |
| YUV | 168.71 | 68.9 | 44.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 249 | 64 | 0.80 | 0 | 0.74 | 0.02 | 123.94 | 0.94 | 0.59 |
| Hex | 33 | F9 | 40 | 50 | 0 | 4A | 2 | 7C | 5E | 3B |
| Octal | 63 | 371 | 100 | 120 | 0 | 112 | 2 | 174 | 136 | 73 |
| Binary | 110011 | 11111001 | 1000000 | 1010000 | 0 | 1001010 | 10 | 1111100 | 1011110 | 111011 |
Color Harmonies of #33F940
Complementary color
Monochromatic Colors of #33F940
Black with #33F940
Text Example
Text Example
White with #33F940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F940; }
p { color: rgb(51,249,64); }
H1.HeaderClassName
{
color: #33F940;
}
.AnyTagClassName
{
color: #33F940;
}
</style>
background-color css
<style>
a { background-color: #33F940; }
a { background-color: rgb(51,249,64); }
div.DivClassName
{
background-color: #33F940;
}
.BgClassName
{
background-color: #33F940;
}
</style>
border-color css
<style>
span { border-color: #33F940; }
span { border-color: rgb(51,249,64); }
td.TdClassName
{
border-color: #33F940;
}
.TagClassName
{
border-color: #33F940;
}
</style>