Shades of Lime Green #33D63B
Tints of Lime Green #33D63B
RGB
CMYK
RGB Variations
Color information
#33D63B (or 0x33D63B) is known color: Lime Green. HEX triplet: 33, D6 and 3B. RGB value is (51,214,59). Sum of RGB (Red+Green+Blue) = 51+214+59=324 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.74% from 324); Green value is 214 (83.98% from 255 or 66.05% from 324); Blue value is 59 (23.44% from 255 or 18.21% from 324); Max value from RGB is 214 - color contains mainly: green. Hex color #33D63B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33D63B is #CC29C4. Grayscale: #949494. Windows color (decimal): -13380037 or 3921459. OLE color: 3921459.
HSL color Cylindrical-coordinate representation of color #33D63B: hue angle of 122.94º 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 #33D63B is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 214 | 59 | - |
| CMYK | 0.76 | 0 | 0.72 | 0.16 |
| HSL | 122.94º | 0.67% | 0.52% | - |
| HSV(B) | 122.94º | 0.76% | 0.84% | - |
| XYZ | 26.2 | 49.11 | 12.24 | - |
| YUV | 147.59 | 78 | 59.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 214 | 59 | 0.76 | 0 | 0.72 | 0.16 | 122.94 | 0.67 | 0.52 |
| Hex | 33 | D6 | 3B | 4C | 0 | 48 | 10 | 7B | 43 | 34 |
| Octal | 63 | 326 | 73 | 114 | 0 | 110 | 20 | 173 | 103 | 64 |
| Binary | 110011 | 11010110 | 111011 | 1001100 | 0 | 1001000 | 10000 | 1111011 | 1000011 | 110100 |
Color Harmonies of #33D63B
Complementary color
Monochromatic Colors of #33D63B
Black with #33D63B
Text Example
Text Example
White with #33D63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D63B; }
p { color: rgb(51,214,59); }
H1.HeaderClassName
{
color: #33D63B;
}
.AnyTagClassName
{
color: #33D63B;
}
</style>
background-color css
<style>
a { background-color: #33D63B; }
a { background-color: rgb(51,214,59); }
div.DivClassName
{
background-color: #33D63B;
}
.BgClassName
{
background-color: #33D63B;
}
</style>
border-color css
<style>
span { border-color: #33D63B; }
span { border-color: rgb(51,214,59); }
td.TdClassName
{
border-color: #33D63B;
}
.TagClassName
{
border-color: #33D63B;
}
</style>