Shades of Lime Green #33FB4A
Tints of Lime Green #33FB4A
RGB
CMYK
RGB Variations
Color information
#33FB4A (or 0x33FB4A) is known color: Lime Green. HEX triplet: 33, FB and 4A. RGB value is (51,251,74). Sum of RGB (Red+Green+Blue) = 51+251+74=376 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.56% from 376); Green value is 251 (98.44% from 255 or 66.76% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 251 - color contains mainly: green. Hex color #33FB4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33FB4A is #CC04B5. Grayscale: #ABABAB. Windows color (decimal): -13370550 or 4913971. OLE color: 4913971.
HSL color Cylindrical-coordinate representation of color #33FB4A: hue angle of 126.9º 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 #33FB4A is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 251 | 74 | - |
| CMYK | 0.80 | 0 | 0.71 | 0.02 |
| HSL | 126.9º | 0.96% | 0.59% | - |
| HSV(B) | 126.9º | 0.8% | 0.98% | - |
| XYZ | 37.1 | 70.19 | 18.07 | - |
| YUV | 171.02 | 73.24 | 42.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 251 | 74 | 0.80 | 0 | 0.71 | 0.02 | 126.9 | 0.96 | 0.59 |
| Hex | 33 | FB | 4A | 50 | 0 | 47 | 2 | 7F | 60 | 3B |
| Octal | 63 | 373 | 112 | 120 | 0 | 107 | 2 | 177 | 140 | 73 |
| Binary | 110011 | 11111011 | 1001010 | 1010000 | 0 | 1000111 | 10 | 1111111 | 1100000 | 111011 |
Color Harmonies of #33FB4A
Complementary color
Monochromatic Colors of #33FB4A
Black with #33FB4A
Text Example
Text Example
White with #33FB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FB4A; }
p { color: rgb(51,251,74); }
H1.HeaderClassName
{
color: #33FB4A;
}
.AnyTagClassName
{
color: #33FB4A;
}
</style>
background-color css
<style>
a { background-color: #33FB4A; }
a { background-color: rgb(51,251,74); }
div.DivClassName
{
background-color: #33FB4A;
}
.BgClassName
{
background-color: #33FB4A;
}
</style>
border-color css
<style>
span { border-color: #33FB4A; }
span { border-color: rgb(51,251,74); }
td.TdClassName
{
border-color: #33FB4A;
}
.TagClassName
{
border-color: #33FB4A;
}
</style>