Shades of Lime Green #33D653
Tints of Lime Green #33D653
RGB
CMYK
RGB Variations
Color information
#33D653 (or 0x33D653) is known color: Lime Green. HEX triplet: 33, D6 and 53. RGB value is (51,214,83). Sum of RGB (Red+Green+Blue) = 51+214+83=348 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.66% from 348); Green value is 214 (83.98% from 255 or 61.49% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 214 - color contains mainly: green. Hex color #33D653 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D653 is #CC29AC. Grayscale: #969696. Windows color (decimal): -13380013 or 5494323. OLE color: 5494323.
HSL color Cylindrical-coordinate representation of color #33D653: hue angle of 131.78º 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 #33D653 is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 214 | 83 | - |
| CMYK | 0.76 | 0 | 0.61 | 0.16 |
| HSL | 131.78º | 0.67% | 0.52% | - |
| HSV(B) | 131.78º | 0.76% | 0.84% | - |
| XYZ | 26.97 | 49.42 | 16.3 | - |
| YUV | 150.33 | 90 | 57.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 214 | 83 | 0.76 | 0 | 0.61 | 0.16 | 131.78 | 0.67 | 0.52 |
| Hex | 33 | D6 | 53 | 4C | 0 | 3D | 10 | 84 | 43 | 34 |
| Octal | 63 | 326 | 123 | 114 | 0 | 75 | 20 | 204 | 103 | 64 |
| Binary | 110011 | 11010110 | 1010011 | 1001100 | 0 | 111101 | 10000 | 10000100 | 1000011 | 110100 |
Color Harmonies of #33D653
Complementary color
Monochromatic Colors of #33D653
Black with #33D653
Text Example
Text Example
White with #33D653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D653; }
p { color: rgb(51,214,83); }
H1.HeaderClassName
{
color: #33D653;
}
.AnyTagClassName
{
color: #33D653;
}
</style>
background-color css
<style>
a { background-color: #33D653; }
a { background-color: rgb(51,214,83); }
div.DivClassName
{
background-color: #33D653;
}
.BgClassName
{
background-color: #33D653;
}
</style>
border-color css
<style>
span { border-color: #33D653; }
span { border-color: rgb(51,214,83); }
td.TdClassName
{
border-color: #33D653;
}
.TagClassName
{
border-color: #33D653;
}
</style>