Shades of Lime Green #33D243
Tints of Lime Green #33D243
RGB
CMYK
RGB Variations
Color information
#33D243 (or 0x33D243) is known color: Lime Green. HEX triplet: 33, D2 and 43. RGB value is (51,210,67). Sum of RGB (Red+Green+Blue) = 51+210+67=328 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.55% from 328); Green value is 210 (82.42% from 255 or 64.02% from 328); Blue value is 67 (26.56% from 255 or 20.43% from 328); Max value from RGB is 210 - color contains mainly: green. Hex color #33D243 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33D243 is #CC2DBC. Grayscale: #929292. Windows color (decimal): -13381053 or 4444723. OLE color: 4444723.
HSL color Cylindrical-coordinate representation of color #33D243: hue angle of 126.04º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D243 is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 210 | 67 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.18 |
| HSL | 126.04º | 0.64% | 0.51% | - |
| HSV(B) | 126.04º | 0.76% | 0.82% | - |
| XYZ | 25.42 | 47.2 | 13.08 | - |
| YUV | 146.16 | 83.32 | 60.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 210 | 67 | 0.76 | 0 | 0.68 | 0.18 | 126.04 | 0.64 | 0.51 |
| Hex | 33 | D2 | 43 | 4C | 0 | 44 | 12 | 7E | 40 | 33 |
| Octal | 63 | 322 | 103 | 114 | 0 | 104 | 22 | 176 | 100 | 63 |
| Binary | 110011 | 11010010 | 1000011 | 1001100 | 0 | 1000100 | 10010 | 1111110 | 1000000 | 110011 |
Color Harmonies of #33D243
Complementary color
Monochromatic Colors of #33D243
Black with #33D243
Text Example
Text Example
White with #33D243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D243; }
p { color: rgb(51,210,67); }
H1.HeaderClassName
{
color: #33D243;
}
.AnyTagClassName
{
color: #33D243;
}
</style>
background-color css
<style>
a { background-color: #33D243; }
a { background-color: rgb(51,210,67); }
div.DivClassName
{
background-color: #33D243;
}
.BgClassName
{
background-color: #33D243;
}
</style>
border-color css
<style>
span { border-color: #33D243; }
span { border-color: rgb(51,210,67); }
td.TdClassName
{
border-color: #33D243;
}
.TagClassName
{
border-color: #33D243;
}
</style>