Shades of Lime Green #33FE3A
Tints of Lime Green #33FE3A
RGB
CMYK
RGB Variations
Color information
#33FE3A (or 0x33FE3A) is known color: Lime Green. HEX triplet: 33, FE and 3A. RGB value is (51,254,58). Sum of RGB (Red+Green+Blue) = 51+254+58=363 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.05% from 363); Green value is 254 (99.61% from 255 or 69.97% from 363); Blue value is 58 (23.05% from 255 or 15.98% from 363); Max value from RGB is 254 - color contains mainly: green. Hex color #33FE3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33FE3A is #CC01C5. Grayscale: #ABABAB. Windows color (decimal): -13369798 or 3866163. OLE color: 3866163.
HSL color Cylindrical-coordinate representation of color #33FE3A: hue angle of 122.07º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FE3A is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 254 | 58 | - |
| CMYK | 0.80 | 0 | 0.77 | 0.00 |
| HSL | 122.07º | 0.99% | 0.6% | - |
| HSV(B) | 122.07º | 0.8% | 1% | - |
| XYZ | 37.57 | 71.89 | 15.9 | - |
| YUV | 170.96 | 64.25 | 42.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 254 | 58 | 0.80 | 0 | 0.77 | 0.00 | 122.07 | 0.99 | 0.6 |
| Hex | 33 | FE | 3A | 50 | 0 | 4D | 0 | 7A | 63 | 3C |
| Octal | 63 | 376 | 72 | 120 | 0 | 115 | 0 | 172 | 143 | 74 |
| Binary | 110011 | 11111110 | 111010 | 1010000 | 0 | 1001101 | 0 | 1111010 | 1100011 | 111100 |
Color Harmonies of #33FE3A
Complementary color
Monochromatic Colors of #33FE3A
Black with #33FE3A
Text Example
Text Example
White with #33FE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FE3A; }
p { color: rgb(51,254,58); }
H1.HeaderClassName
{
color: #33FE3A;
}
.AnyTagClassName
{
color: #33FE3A;
}
</style>
background-color css
<style>
a { background-color: #33FE3A; }
a { background-color: rgb(51,254,58); }
div.DivClassName
{
background-color: #33FE3A;
}
.BgClassName
{
background-color: #33FE3A;
}
</style>
border-color css
<style>
span { border-color: #33FE3A; }
span { border-color: rgb(51,254,58); }
td.TdClassName
{
border-color: #33FE3A;
}
.TagClassName
{
border-color: #33FE3A;
}
</style>