Shades of Lime Green #33C243
Tints of Lime Green #33C243
RGB
CMYK
RGB Variations
Color information
#33C243 (or 0x33C243) is known color: Lime Green. HEX triplet: 33, C2 and 43. RGB value is (51,194,67). Sum of RGB (Red+Green+Blue) = 51+194+67=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 194 (76.17% from 255 or 62.18% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 194 - color contains mainly: green. Hex color #33C243 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C243 is #CC3DBC. Grayscale: #898989. Windows color (decimal): -13385149 or 4440627. OLE color: 4440627.
HSL color Cylindrical-coordinate representation of color #33C243: hue angle of 126.71º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C243 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 194 | 67 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.24 |
| HSL | 126.71º | 0.58% | 0.48% | - |
| HSV(B) | 126.71º | 0.74% | 0.76% | - |
| XYZ | 21.67 | 39.69 | 11.83 | - |
| YUV | 136.77 | 88.62 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 194 | 67 | 0.74 | 0 | 0.65 | 0.24 | 126.71 | 0.58 | 0.48 |
| Hex | 33 | C2 | 43 | 4A | 0 | 41 | 18 | 7F | 3A | 30 |
| Octal | 63 | 302 | 103 | 112 | 0 | 101 | 30 | 177 | 72 | 60 |
| Binary | 110011 | 11000010 | 1000011 | 1001010 | 0 | 1000001 | 11000 | 1111111 | 111010 | 110000 |
Color Harmonies of #33C243
Complementary color
Monochromatic Colors of #33C243
Black with #33C243
Text Example
Text Example
White with #33C243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C243; }
p { color: rgb(51,194,67); }
H1.HeaderClassName
{
color: #33C243;
}
.AnyTagClassName
{
color: #33C243;
}
</style>
background-color css
<style>
a { background-color: #33C243; }
a { background-color: rgb(51,194,67); }
div.DivClassName
{
background-color: #33C243;
}
.BgClassName
{
background-color: #33C243;
}
</style>
border-color css
<style>
span { border-color: #33C243; }
span { border-color: rgb(51,194,67); }
td.TdClassName
{
border-color: #33C243;
}
.TagClassName
{
border-color: #33C243;
}
</style>