Shades of Lime Green #33FB3E
Tints of Lime Green #33FB3E
RGB
CMYK
RGB Variations
Color information
#33FB3E (or 0x33FB3E) is known color: Lime Green. HEX triplet: 33, FB and 3E. RGB value is (51,251,62). Sum of RGB (Red+Green+Blue) = 51+251+62=364 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.01% from 364); Green value is 251 (98.44% from 255 or 68.96% from 364); Blue value is 62 (24.61% from 255 or 17.03% from 364); Max value from RGB is 251 - color contains mainly: green. Hex color #33FB3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33FB3E is #CC04C1. Grayscale: #AAAAAA. Windows color (decimal): -13370562 or 4127539. OLE color: 4127539.
HSL color Cylindrical-coordinate representation of color #33FB3E: hue angle of 123.3º degrees, saturation: 0.96, 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 #33FB3E is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 251 | 62 | - |
| CMYK | 0.80 | 0 | 0.75 | 0.02 |
| HSL | 123.3º | 0.96% | 0.59% | - |
| HSV(B) | 123.3º | 0.8% | 0.98% | - |
| XYZ | 36.73 | 70.05 | 16.14 | - |
| YUV | 169.65 | 67.24 | 43.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 251 | 62 | 0.80 | 0 | 0.75 | 0.02 | 123.3 | 0.96 | 0.59 |
| Hex | 33 | FB | 3E | 50 | 0 | 4B | 2 | 7B | 60 | 3B |
| Octal | 63 | 373 | 76 | 120 | 0 | 113 | 2 | 173 | 140 | 73 |
| Binary | 110011 | 11111011 | 111110 | 1010000 | 0 | 1001011 | 10 | 1111011 | 1100000 | 111011 |
Color Harmonies of #33FB3E
Complementary color
Monochromatic Colors of #33FB3E
Black with #33FB3E
Text Example
Text Example
White with #33FB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FB3E; }
p { color: rgb(51,251,62); }
H1.HeaderClassName
{
color: #33FB3E;
}
.AnyTagClassName
{
color: #33FB3E;
}
</style>
background-color css
<style>
a { background-color: #33FB3E; }
a { background-color: rgb(51,251,62); }
div.DivClassName
{
background-color: #33FB3E;
}
.BgClassName
{
background-color: #33FB3E;
}
</style>
border-color css
<style>
span { border-color: #33FB3E; }
span { border-color: rgb(51,251,62); }
td.TdClassName
{
border-color: #33FB3E;
}
.TagClassName
{
border-color: #33FB3E;
}
</style>