Shades of Lime Green #33D626
Tints of Lime Green #33D626
RGB
CMYK
RGB Variations
Color information
#33D626 (or 0x33D626) is known color: Lime Green. HEX triplet: 33, D6 and 26. RGB value is (51,214,38). Sum of RGB (Red+Green+Blue) = 51+214+38=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 214 (83.98% from 255 or 70.63% from 303); Blue value is 38 (15.23% from 255 or 12.54% from 303); Max value from RGB is 214 - color contains mainly: green. Hex color #33D626 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33D626 is #CC29D9. Grayscale: #919191. Windows color (decimal): -13380058 or 2545203. OLE color: 2545203.
HSL color Cylindrical-coordinate representation of color #33D626: hue angle of 115.57º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #33D626 is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 214 | 38 | - |
| CMYK | 0.76 | 0 | 0.82 | 0.16 |
| HSL | 115.57º | 0.7% | 0.49% | - |
| HSV(B) | 115.57º | 0.82% | 0.84% | - |
| XYZ | 25.76 | 48.94 | 9.92 | - |
| YUV | 145.2 | 67.5 | 60.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 214 | 38 | 0.76 | 0 | 0.82 | 0.16 | 115.57 | 0.7 | 0.49 |
| Hex | 33 | D6 | 26 | 4C | 0 | 52 | 10 | 74 | 46 | 31 |
| Octal | 63 | 326 | 46 | 114 | 0 | 122 | 20 | 164 | 106 | 61 |
| Binary | 110011 | 11010110 | 100110 | 1001100 | 0 | 1010010 | 10000 | 1110100 | 1000110 | 110001 |
Color Harmonies of #33D626
Complementary color
Monochromatic Colors of #33D626
Black with #33D626
Text Example
Text Example
White with #33D626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D626; }
p { color: rgb(51,214,38); }
H1.HeaderClassName
{
color: #33D626;
}
.AnyTagClassName
{
color: #33D626;
}
</style>
background-color css
<style>
a { background-color: #33D626; }
a { background-color: rgb(51,214,38); }
div.DivClassName
{
background-color: #33D626;
}
.BgClassName
{
background-color: #33D626;
}
</style>
border-color css
<style>
span { border-color: #33D626; }
span { border-color: rgb(51,214,38); }
td.TdClassName
{
border-color: #33D626;
}
.TagClassName
{
border-color: #33D626;
}
</style>