Shades of Lime Green #33C336
Tints of Lime Green #33C336
RGB
CMYK
RGB Variations
Color information
#33C336 (or 0x33C336) is known color: Lime Green. HEX triplet: 33, C3 and 36. RGB value is (51,195,54). Sum of RGB (Red+Green+Blue) = 51+195+54=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 195 (76.56% from 255 or 65% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 195 - color contains mainly: green. Hex color #33C336 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C336 is #CC3CC9. Grayscale: #888888. Windows color (decimal): -13384906 or 3588915. OLE color: 3588915.
HSL color Cylindrical-coordinate representation of color #33C336: hue angle of 121.25º degrees, saturation: 0.59, 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 #33C336 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 195 | 54 | - |
| CMYK | 0.74 | 0 | 0.72 | 0.24 |
| HSL | 121.25º | 0.59% | 0.48% | - |
| HSV(B) | 121.25º | 0.74% | 0.76% | - |
| XYZ | 21.55 | 40 | 10.08 | - |
| YUV | 135.87 | 81.79 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 195 | 54 | 0.74 | 0 | 0.72 | 0.24 | 121.25 | 0.59 | 0.48 |
| Hex | 33 | C3 | 36 | 4A | 0 | 48 | 18 | 79 | 3B | 30 |
| Octal | 63 | 303 | 66 | 112 | 0 | 110 | 30 | 171 | 73 | 60 |
| Binary | 110011 | 11000011 | 110110 | 1001010 | 0 | 1001000 | 11000 | 1111001 | 111011 | 110000 |
Color Harmonies of #33C336
Complementary color
Monochromatic Colors of #33C336
Black with #33C336
Text Example
Text Example
White with #33C336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C336; }
p { color: rgb(51,195,54); }
H1.HeaderClassName
{
color: #33C336;
}
.AnyTagClassName
{
color: #33C336;
}
</style>
background-color css
<style>
a { background-color: #33C336; }
a { background-color: rgb(51,195,54); }
div.DivClassName
{
background-color: #33C336;
}
.BgClassName
{
background-color: #33C336;
}
</style>
border-color css
<style>
span { border-color: #33C336; }
span { border-color: rgb(51,195,54); }
td.TdClassName
{
border-color: #33C336;
}
.TagClassName
{
border-color: #33C336;
}
</style>