Shades of Lime Green #33D412
Tints of Lime Green #33D412
RGB
CMYK
RGB Variations
Color information
#33D412 (or 0x33D412) is known color: Lime Green. HEX triplet: 33, D4 and 12. RGB value is (51,212,18). Sum of RGB (Red+Green+Blue) = 51+212+18=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 212 (83.20% from 255 or 75.44% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 212 - color contains mainly: green. Hex color #33D412 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33D412 is #CC2BED. Grayscale: #8E8E8E. Windows color (decimal): -13380590 or 1233971. OLE color: 1233971.
HSL color Cylindrical-coordinate representation of color #33D412: hue angle of 109.79º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #33D412 is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 51 | 212 | 18 | - |
| CMYK | 0.76 | 0 | 0.92 | 0.17 |
| HSL | 109.79º | 0.84% | 0.45% | - |
| HSV(B) | 109.79º | 0.92% | 0.83% | - |
| XYZ | 25.02 | 47.83 | 8.49 | - |
| YUV | 141.75 | 58.16 | 63.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 212 | 18 | 0.76 | 0 | 0.92 | 0.17 | 109.79 | 0.84 | 0.45 |
| Hex | 33 | D4 | 12 | 4C | 0 | 5C | 11 | 6E | 54 | 2D |
| Octal | 63 | 324 | 22 | 114 | 0 | 134 | 21 | 156 | 124 | 55 |
| Binary | 110011 | 11010100 | 10010 | 1001100 | 0 | 1011100 | 10001 | 1101110 | 1010100 | 101101 |
Color Harmonies of #33D412
Complementary color
Monochromatic Colors of #33D412
Black with #33D412
Text Example
Text Example
White with #33D412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D412; }
p { color: rgb(51,212,18); }
H1.HeaderClassName
{
color: #33D412;
}
.AnyTagClassName
{
color: #33D412;
}
</style>
background-color css
<style>
a { background-color: #33D412; }
a { background-color: rgb(51,212,18); }
div.DivClassName
{
background-color: #33D412;
}
.BgClassName
{
background-color: #33D412;
}
</style>
border-color css
<style>
span { border-color: #33D412; }
span { border-color: rgb(51,212,18); }
td.TdClassName
{
border-color: #33D412;
}
.TagClassName
{
border-color: #33D412;
}
</style>