Shades of Lime Green #33FB42
Tints of Lime Green #33FB42
RGB
CMYK
RGB Variations
Color information
#33FB42 (or 0x33FB42) is known color: Lime Green. HEX triplet: 33, FB and 42. RGB value is (51,251,66). Sum of RGB (Red+Green+Blue) = 51+251+66=368 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.86% from 368); Green value is 251 (98.44% from 255 or 68.21% from 368); Blue value is 66 (26.17% from 255 or 17.93% from 368); Max value from RGB is 251 - color contains mainly: green. Hex color #33FB42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33FB42 is #CC04BD. Grayscale: #AAAAAA. Windows color (decimal): -13370558 or 4389683. OLE color: 4389683.
HSL color Cylindrical-coordinate representation of color #33FB42: hue angle of 124.5º 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 #33FB42 is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 251 | 66 | - |
| CMYK | 0.80 | 0 | 0.74 | 0.02 |
| HSL | 124.5º | 0.96% | 0.59% | - |
| HSV(B) | 124.5º | 0.8% | 0.98% | - |
| XYZ | 36.85 | 70.09 | 16.74 | - |
| YUV | 170.11 | 69.24 | 43.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 251 | 66 | 0.80 | 0 | 0.74 | 0.02 | 124.5 | 0.96 | 0.59 |
| Hex | 33 | FB | 42 | 50 | 0 | 4A | 2 | 7C | 60 | 3B |
| Octal | 63 | 373 | 102 | 120 | 0 | 112 | 2 | 174 | 140 | 73 |
| Binary | 110011 | 11111011 | 1000010 | 1010000 | 0 | 1001010 | 10 | 1111100 | 1100000 | 111011 |
Color Harmonies of #33FB42
Complementary color
Monochromatic Colors of #33FB42
Black with #33FB42
Text Example
Text Example
White with #33FB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FB42; }
p { color: rgb(51,251,66); }
H1.HeaderClassName
{
color: #33FB42;
}
.AnyTagClassName
{
color: #33FB42;
}
</style>
background-color css
<style>
a { background-color: #33FB42; }
a { background-color: rgb(51,251,66); }
div.DivClassName
{
background-color: #33FB42;
}
.BgClassName
{
background-color: #33FB42;
}
</style>
border-color css
<style>
span { border-color: #33FB42; }
span { border-color: rgb(51,251,66); }
td.TdClassName
{
border-color: #33FB42;
}
.TagClassName
{
border-color: #33FB42;
}
</style>