Shades of Lime Green #33D63C
Tints of Lime Green #33D63C
RGB
CMYK
RGB Variations
Color information
#33D63C (or 0x33D63C) is known color: Lime Green. HEX triplet: 33, D6 and 3C. RGB value is (51,214,60). Sum of RGB (Red+Green+Blue) = 51+214+60=325 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.69% from 325); Green value is 214 (83.98% from 255 or 65.85% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 214 - color contains mainly: green. Hex color #33D63C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33D63C is #CC29C3. Grayscale: #949494. Windows color (decimal): -13380036 or 3986995. OLE color: 3986995.
HSL color Cylindrical-coordinate representation of color #33D63C: hue angle of 123.31º 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 #33D63C is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 214 | 60 | - |
| CMYK | 0.76 | 0 | 0.72 | 0.16 |
| HSL | 123.31º | 0.67% | 0.52% | - |
| HSV(B) | 123.31º | 0.76% | 0.84% | - |
| XYZ | 26.23 | 49.12 | 12.37 | - |
| YUV | 147.71 | 78.5 | 59.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 214 | 60 | 0.76 | 0 | 0.72 | 0.16 | 123.31 | 0.67 | 0.52 |
| Hex | 33 | D6 | 3C | 4C | 0 | 48 | 10 | 7B | 43 | 34 |
| Octal | 63 | 326 | 74 | 114 | 0 | 110 | 20 | 173 | 103 | 64 |
| Binary | 110011 | 11010110 | 111100 | 1001100 | 0 | 1001000 | 10000 | 1111011 | 1000011 | 110100 |
Color Harmonies of #33D63C
Complementary color
Monochromatic Colors of #33D63C
Black with #33D63C
Text Example
Text Example
White with #33D63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D63C; }
p { color: rgb(51,214,60); }
H1.HeaderClassName
{
color: #33D63C;
}
.AnyTagClassName
{
color: #33D63C;
}
</style>
background-color css
<style>
a { background-color: #33D63C; }
a { background-color: rgb(51,214,60); }
div.DivClassName
{
background-color: #33D63C;
}
.BgClassName
{
background-color: #33D63C;
}
</style>
border-color css
<style>
span { border-color: #33D63C; }
span { border-color: rgb(51,214,60); }
td.TdClassName
{
border-color: #33D63C;
}
.TagClassName
{
border-color: #33D63C;
}
</style>