Shades of Lime Green #33D654
Tints of Lime Green #33D654
RGB
CMYK
RGB Variations
Color information
#33D654 (or 0x33D654) is known color: Lime Green. HEX triplet: 33, D6 and 54. RGB value is (51,214,84). Sum of RGB (Red+Green+Blue) = 51+214+84=349 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.61% from 349); Green value is 214 (83.98% from 255 or 61.32% from 349); Blue value is 84 (33.20% from 255 or 24.07% from 349); Max value from RGB is 214 - color contains mainly: green. Hex color #33D654 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D654 is #CC29AB. Grayscale: #969696. Windows color (decimal): -13380012 or 5559859. OLE color: 5559859.
HSL color Cylindrical-coordinate representation of color #33D654: hue angle of 132.15º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D654 is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 214 | 84 | - |
| CMYK | 0.76 | 0 | 0.61 | 0.16 |
| HSL | 132.15º | 0.67% | 0.52% | - |
| HSV(B) | 132.15º | 0.76% | 0.84% | - |
| XYZ | 27.01 | 49.44 | 16.51 | - |
| YUV | 150.44 | 90.5 | 57.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 214 | 84 | 0.76 | 0 | 0.61 | 0.16 | 132.15 | 0.67 | 0.52 |
| Hex | 33 | D6 | 54 | 4C | 0 | 3D | 10 | 84 | 43 | 34 |
| Octal | 63 | 326 | 124 | 114 | 0 | 75 | 20 | 204 | 103 | 64 |
| Binary | 110011 | 11010110 | 1010100 | 1001100 | 0 | 111101 | 10000 | 10000100 | 1000011 | 110100 |
Color Harmonies of #33D654
Complementary color
Monochromatic Colors of #33D654
Black with #33D654
Text Example
Text Example
White with #33D654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D654; }
p { color: rgb(51,214,84); }
H1.HeaderClassName
{
color: #33D654;
}
.AnyTagClassName
{
color: #33D654;
}
</style>
background-color css
<style>
a { background-color: #33D654; }
a { background-color: rgb(51,214,84); }
div.DivClassName
{
background-color: #33D654;
}
.BgClassName
{
background-color: #33D654;
}
</style>
border-color css
<style>
span { border-color: #33D654; }
span { border-color: rgb(51,214,84); }
td.TdClassName
{
border-color: #33D654;
}
.TagClassName
{
border-color: #33D654;
}
</style>