Shades of Lime Green #33CE54
Tints of Lime Green #33CE54
RGB
CMYK
RGB Variations
Color information
#33CE54 (or 0x33CE54) is known color: Lime Green. HEX triplet: 33, CE and 54. RGB value is (51,206,84). Sum of RGB (Red+Green+Blue) = 51+206+84=341 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.96% from 341); Green value is 206 (80.86% from 255 or 60.41% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 206 - color contains mainly: green. Hex color #33CE54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33CE54 is #CC31AB. Grayscale: #929292. Windows color (decimal): -13382060 or 5557811. OLE color: 5557811.
HSL color Cylindrical-coordinate representation of color #33CE54: hue angle of 132.77º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CE54 is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 206 | 84 | - |
| CMYK | 0.75 | 0 | 0.59 | 0.19 |
| HSL | 132.77º | 0.61% | 0.5% | - |
| HSV(B) | 132.77º | 0.75% | 0.81% | - |
| XYZ | 25.04 | 45.49 | 15.85 | - |
| YUV | 145.75 | 93.15 | 60.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 206 | 84 | 0.75 | 0 | 0.59 | 0.19 | 132.77 | 0.61 | 0.5 |
| Hex | 33 | CE | 54 | 4B | 0 | 3B | 13 | 85 | 3D | 32 |
| Octal | 63 | 316 | 124 | 113 | 0 | 73 | 23 | 205 | 75 | 62 |
| Binary | 110011 | 11001110 | 1010100 | 1001011 | 0 | 111011 | 10011 | 10000101 | 111101 | 110010 |
Color Harmonies of #33CE54
Complementary color
Monochromatic Colors of #33CE54
Black with #33CE54
Text Example
Text Example
White with #33CE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CE54; }
p { color: rgb(51,206,84); }
H1.HeaderClassName
{
color: #33CE54;
}
.AnyTagClassName
{
color: #33CE54;
}
</style>
background-color css
<style>
a { background-color: #33CE54; }
a { background-color: rgb(51,206,84); }
div.DivClassName
{
background-color: #33CE54;
}
.BgClassName
{
background-color: #33CE54;
}
</style>
border-color css
<style>
span { border-color: #33CE54; }
span { border-color: rgb(51,206,84); }
td.TdClassName
{
border-color: #33CE54;
}
.TagClassName
{
border-color: #33CE54;
}
</style>