Shades of Lime Green #33FE4A
Tints of Lime Green #33FE4A
RGB
CMYK
RGB Variations
Color information
#33FE4A (or 0x33FE4A) is known color: Lime Green. HEX triplet: 33, FE and 4A. RGB value is (51,254,74). Sum of RGB (Red+Green+Blue) = 51+254+74=379 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.46% from 379); Green value is 254 (99.61% from 255 or 67.02% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 254 - color contains mainly: green. Hex color #33FE4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33FE4A is #CC01B5. Grayscale: #ADADAD. Windows color (decimal): -13369782 or 4914739. OLE color: 4914739.
HSL color Cylindrical-coordinate representation of color #33FE4A: hue angle of 126.8º 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 #33FE4A is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 254 | 74 | - |
| CMYK | 0.80 | 0 | 0.71 | 0.00 |
| HSL | 126.8º | 0.99% | 0.6% | - |
| HSV(B) | 126.8º | 0.8% | 1% | - |
| XYZ | 38.04 | 72.08 | 18.39 | - |
| YUV | 172.78 | 72.25 | 41.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 254 | 74 | 0.80 | 0 | 0.71 | 0.00 | 126.8 | 0.99 | 0.6 |
| Hex | 33 | FE | 4A | 50 | 0 | 47 | 0 | 7F | 63 | 3C |
| Octal | 63 | 376 | 112 | 120 | 0 | 107 | 0 | 177 | 143 | 74 |
| Binary | 110011 | 11111110 | 1001010 | 1010000 | 0 | 1000111 | 0 | 1111111 | 1100011 | 111100 |
Color Harmonies of #33FE4A
Complementary color
Monochromatic Colors of #33FE4A
Black with #33FE4A
Text Example
Text Example
White with #33FE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FE4A; }
p { color: rgb(51,254,74); }
H1.HeaderClassName
{
color: #33FE4A;
}
.AnyTagClassName
{
color: #33FE4A;
}
</style>
background-color css
<style>
a { background-color: #33FE4A; }
a { background-color: rgb(51,254,74); }
div.DivClassName
{
background-color: #33FE4A;
}
.BgClassName
{
background-color: #33FE4A;
}
</style>
border-color css
<style>
span { border-color: #33FE4A; }
span { border-color: rgb(51,254,74); }
td.TdClassName
{
border-color: #33FE4A;
}
.TagClassName
{
border-color: #33FE4A;
}
</style>