Shades of Lime Green #33C239
Tints of Lime Green #33C239
RGB
CMYK
RGB Variations
Color information
#33C239 (or 0x33C239) is known color: Lime Green. HEX triplet: 33, C2 and 39. RGB value is (51,194,57). Sum of RGB (Red+Green+Blue) = 51+194+57=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 194 (76.17% from 255 or 64.24% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 194 - color contains mainly: green. Hex color #33C239 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C239 is #CC3DC6. Grayscale: #888888. Windows color (decimal): -13385159 or 3785267. OLE color: 3785267.
HSL color Cylindrical-coordinate representation of color #33C239: hue angle of 122.52º 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 #33C239 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 194 | 57 | - |
| CMYK | 0.74 | 0 | 0.71 | 0.24 |
| HSL | 122.52º | 0.58% | 0.48% | - |
| HSV(B) | 122.52º | 0.74% | 0.76% | - |
| XYZ | 21.4 | 39.58 | 10.38 | - |
| YUV | 135.63 | 83.62 | 67.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 194 | 57 | 0.74 | 0 | 0.71 | 0.24 | 122.52 | 0.58 | 0.48 |
| Hex | 33 | C2 | 39 | 4A | 0 | 47 | 18 | 7B | 3A | 30 |
| Octal | 63 | 302 | 71 | 112 | 0 | 107 | 30 | 173 | 72 | 60 |
| Binary | 110011 | 11000010 | 111001 | 1001010 | 0 | 1000111 | 11000 | 1111011 | 111010 | 110000 |
Color Harmonies of #33C239
Complementary color
Monochromatic Colors of #33C239
Black with #33C239
Text Example
Text Example
White with #33C239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C239; }
p { color: rgb(51,194,57); }
H1.HeaderClassName
{
color: #33C239;
}
.AnyTagClassName
{
color: #33C239;
}
</style>
background-color css
<style>
a { background-color: #33C239; }
a { background-color: rgb(51,194,57); }
div.DivClassName
{
background-color: #33C239;
}
.BgClassName
{
background-color: #33C239;
}
</style>
border-color css
<style>
span { border-color: #33C239; }
span { border-color: rgb(51,194,57); }
td.TdClassName
{
border-color: #33C239;
}
.TagClassName
{
border-color: #33C239;
}
</style>