Shades of Lime Green #33C235
Tints of Lime Green #33C235
RGB
CMYK
RGB Variations
Color information
#33C235 (or 0x33C235) is known color: Lime Green. HEX triplet: 33, C2 and 35. RGB value is (51,194,53). Sum of RGB (Red+Green+Blue) = 51+194+53=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 194 (76.17% from 255 or 65.10% from 298); Blue value is 53 (21.09% from 255 or 17.79% from 298); Max value from RGB is 194 - color contains mainly: green. Hex color #33C235 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C235 is #CC3DCA. Grayscale: #878787. Windows color (decimal): -13385163 or 3523123. OLE color: 3523123.
HSL color Cylindrical-coordinate representation of color #33C235: hue angle of 120.84º 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 #33C235 is Cyan = 0.74, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 194 | 53 | - |
| CMYK | 0.74 | 0 | 0.73 | 0.24 |
| HSL | 120.84º | 0.58% | 0.48% | - |
| HSV(B) | 120.84º | 0.74% | 0.76% | - |
| XYZ | 21.3 | 39.54 | 9.88 | - |
| YUV | 135.17 | 81.62 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 194 | 53 | 0.74 | 0 | 0.73 | 0.24 | 120.84 | 0.58 | 0.48 |
| Hex | 33 | C2 | 35 | 4A | 0 | 49 | 18 | 79 | 3A | 30 |
| Octal | 63 | 302 | 65 | 112 | 0 | 111 | 30 | 171 | 72 | 60 |
| Binary | 110011 | 11000010 | 110101 | 1001010 | 0 | 1001001 | 11000 | 1111001 | 111010 | 110000 |
Color Harmonies of #33C235
Complementary color
Monochromatic Colors of #33C235
Black with #33C235
Text Example
Text Example
White with #33C235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C235; }
p { color: rgb(51,194,53); }
H1.HeaderClassName
{
color: #33C235;
}
.AnyTagClassName
{
color: #33C235;
}
</style>
background-color css
<style>
a { background-color: #33C235; }
a { background-color: rgb(51,194,53); }
div.DivClassName
{
background-color: #33C235;
}
.BgClassName
{
background-color: #33C235;
}
</style>
border-color css
<style>
span { border-color: #33C235; }
span { border-color: rgb(51,194,53); }
td.TdClassName
{
border-color: #33C235;
}
.TagClassName
{
border-color: #33C235;
}
</style>