Shades of Lime Green #33C133
Tints of Lime Green #33C133
RGB
CMYK
RGB Variations
Color information
#33C133 (or 0x33C133) is known color: Lime Green. HEX triplet: 33, C1 and 33. RGB value is (51,193,51). Sum of RGB (Red+Green+Blue) = 51+193+51=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 193 (75.78% from 255 or 65.42% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 193 - color contains mainly: green. Hex color #33C133 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C133 is #CC3ECC. Grayscale: #868686. Windows color (decimal): -13385421 or 3391795. OLE color: 3391795.
HSL color Cylindrical-coordinate representation of color #33C133: hue angle of 120º 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 #33C133 is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 193 | 51 | - |
| CMYK | 0.74 | 0 | 0.74 | 0.24 |
| HSL | 120º | 0.58% | 0.48% | - |
| HSV(B) | 120º | 0.74% | 0.76% | - |
| XYZ | 21.03 | 39.08 | 9.57 | - |
| YUV | 134.35 | 80.96 | 68.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 193 | 51 | 0.74 | 0 | 0.74 | 0.24 | 120 | 0.58 | 0.48 |
| Hex | 33 | C1 | 33 | 4A | 0 | 4A | 18 | 78 | 3A | 30 |
| Octal | 63 | 301 | 63 | 112 | 0 | 112 | 30 | 170 | 72 | 60 |
| Binary | 110011 | 11000001 | 110011 | 1001010 | 0 | 1001010 | 11000 | 1111000 | 111010 | 110000 |
Color Harmonies of #33C133
Complementary color
Monochromatic Colors of #33C133
Black with #33C133
Text Example
Text Example
White with #33C133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C133; }
p { color: rgb(51,193,51); }
H1.HeaderClassName
{
color: #33C133;
}
.AnyTagClassName
{
color: #33C133;
}
</style>
background-color css
<style>
a { background-color: #33C133; }
a { background-color: rgb(51,193,51); }
div.DivClassName
{
background-color: #33C133;
}
.BgClassName
{
background-color: #33C133;
}
</style>
border-color css
<style>
span { border-color: #33C133; }
span { border-color: rgb(51,193,51); }
td.TdClassName
{
border-color: #33C133;
}
.TagClassName
{
border-color: #33C133;
}
</style>