Shades of Lime Green #33FE33
Tints of Lime Green #33FE33
RGB
CMYK
RGB Variations
Color information
#33FE33 (or 0x33FE33) is known color: Lime Green. HEX triplet: 33, FE and 33. RGB value is (51,254,51). Sum of RGB (Red+Green+Blue) = 51+254+51=356 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.33% from 356); Green value is 254 (99.61% from 255 or 71.35% from 356); Blue value is 51 (20.31% from 255 or 14.33% from 356); Max value from RGB is 254 - color contains mainly: green. Hex color #33FE33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33FE33 is #CC01CC. Grayscale: #AAAAAA. Windows color (decimal): -13369805 or 3407411. OLE color: 3407411.
HSL color Cylindrical-coordinate representation of color #33FE33: hue angle of 120º 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 #33FE33 is Cyan = 0.80, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 254 | 51 | - |
| CMYK | 0.80 | 0 | 0.80 | 0.00 |
| HSL | 120º | 0.99% | 0.6% | - |
| HSV(B) | 120º | 0.8% | 1% | - |
| XYZ | 37.4 | 71.83 | 15.02 | - |
| YUV | 170.16 | 60.75 | 43.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 254 | 51 | 0.80 | 0 | 0.80 | 0.00 | 120 | 0.99 | 0.6 |
| Hex | 33 | FE | 33 | 50 | 0 | 50 | 0 | 78 | 63 | 3C |
| Octal | 63 | 376 | 63 | 120 | 0 | 120 | 0 | 170 | 143 | 74 |
| Binary | 110011 | 11111110 | 110011 | 1010000 | 0 | 1010000 | 0 | 1111000 | 1100011 | 111100 |
Color Harmonies of #33FE33
Complementary color
Monochromatic Colors of #33FE33
Black with #33FE33
Text Example
Text Example
White with #33FE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FE33; }
p { color: rgb(51,254,51); }
H1.HeaderClassName
{
color: #33FE33;
}
.AnyTagClassName
{
color: #33FE33;
}
</style>
background-color css
<style>
a { background-color: #33FE33; }
a { background-color: rgb(51,254,51); }
div.DivClassName
{
background-color: #33FE33;
}
.BgClassName
{
background-color: #33FE33;
}
</style>
border-color css
<style>
span { border-color: #33FE33; }
span { border-color: rgb(51,254,51); }
td.TdClassName
{
border-color: #33FE33;
}
.TagClassName
{
border-color: #33FE33;
}
</style>