Shades of Lime Green #33D63F
Tints of Lime Green #33D63F
RGB
CMYK
RGB Variations
Color information
#33D63F (or 0x33D63F) is known color: Lime Green. HEX triplet: 33, D6 and 3F. RGB value is (51,214,63). Sum of RGB (Red+Green+Blue) = 51+214+63=328 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.55% from 328); Green value is 214 (83.98% from 255 or 65.24% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 214 - color contains mainly: green. Hex color #33D63F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33D63F is #CC29C0. Grayscale: #949494. Windows color (decimal): -13380033 or 4183603. OLE color: 4183603.
HSL color Cylindrical-coordinate representation of color #33D63F: hue angle of 124.42º 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 #33D63F is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 214 | 63 | - |
| CMYK | 0.76 | 0 | 0.71 | 0.16 |
| HSL | 124.42º | 0.67% | 0.52% | - |
| HSV(B) | 124.42º | 0.76% | 0.84% | - |
| XYZ | 26.31 | 49.16 | 12.8 | - |
| YUV | 148.05 | 80 | 58.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 214 | 63 | 0.76 | 0 | 0.71 | 0.16 | 124.42 | 0.67 | 0.52 |
| Hex | 33 | D6 | 3F | 4C | 0 | 47 | 10 | 7C | 43 | 34 |
| Octal | 63 | 326 | 77 | 114 | 0 | 107 | 20 | 174 | 103 | 64 |
| Binary | 110011 | 11010110 | 111111 | 1001100 | 0 | 1000111 | 10000 | 1111100 | 1000011 | 110100 |
Color Harmonies of #33D63F
Complementary color
Monochromatic Colors of #33D63F
Black with #33D63F
Text Example
Text Example
White with #33D63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D63F; }
p { color: rgb(51,214,63); }
H1.HeaderClassName
{
color: #33D63F;
}
.AnyTagClassName
{
color: #33D63F;
}
</style>
background-color css
<style>
a { background-color: #33D63F; }
a { background-color: rgb(51,214,63); }
div.DivClassName
{
background-color: #33D63F;
}
.BgClassName
{
background-color: #33D63F;
}
</style>
border-color css
<style>
span { border-color: #33D63F; }
span { border-color: rgb(51,214,63); }
td.TdClassName
{
border-color: #33D63F;
}
.TagClassName
{
border-color: #33D63F;
}
</style>