Shades of Lime Green #33D641
Tints of Lime Green #33D641
RGB
CMYK
RGB Variations
Color information
#33D641 (or 0x33D641) is known color: Lime Green. HEX triplet: 33, D6 and 41. RGB value is (51,214,65). Sum of RGB (Red+Green+Blue) = 51+214+65=330 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.45% from 330); Green value is 214 (83.98% from 255 or 64.85% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 214 - color contains mainly: green. Hex color #33D641 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33D641 is #CC29BE. Grayscale: #949494. Windows color (decimal): -13380031 or 4314675. OLE color: 4314675.
HSL color Cylindrical-coordinate representation of color #33D641: hue angle of 125.15º 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 #33D641 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 214 | 65 | - |
| CMYK | 0.76 | 0 | 0.70 | 0.16 |
| HSL | 125.15º | 0.67% | 0.52% | - |
| HSV(B) | 125.15º | 0.76% | 0.84% | - |
| XYZ | 26.37 | 49.18 | 13.1 | - |
| YUV | 148.28 | 81 | 58.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 214 | 65 | 0.76 | 0 | 0.70 | 0.16 | 125.15 | 0.67 | 0.52 |
| Hex | 33 | D6 | 41 | 4C | 0 | 46 | 10 | 7D | 43 | 34 |
| Octal | 63 | 326 | 101 | 114 | 0 | 106 | 20 | 175 | 103 | 64 |
| Binary | 110011 | 11010110 | 1000001 | 1001100 | 0 | 1000110 | 10000 | 1111101 | 1000011 | 110100 |
Color Harmonies of #33D641
Complementary color
Monochromatic Colors of #33D641
Black with #33D641
Text Example
Text Example
White with #33D641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D641; }
p { color: rgb(51,214,65); }
H1.HeaderClassName
{
color: #33D641;
}
.AnyTagClassName
{
color: #33D641;
}
</style>
background-color css
<style>
a { background-color: #33D641; }
a { background-color: rgb(51,214,65); }
div.DivClassName
{
background-color: #33D641;
}
.BgClassName
{
background-color: #33D641;
}
</style>
border-color css
<style>
span { border-color: #33D641; }
span { border-color: rgb(51,214,65); }
td.TdClassName
{
border-color: #33D641;
}
.TagClassName
{
border-color: #33D641;
}
</style>