Shades of Lime Green #33C342
Tints of Lime Green #33C342
RGB
CMYK
RGB Variations
Color information
#33C342 (or 0x33C342) is known color: Lime Green. HEX triplet: 33, C3 and 42. RGB value is (51,195,66). Sum of RGB (Red+Green+Blue) = 51+195+66=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 195 (76.56% from 255 or 62.5% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 195 - color contains mainly: green. Hex color #33C342 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C342 is #CC3CBD. Grayscale: #898989. Windows color (decimal): -13384894 or 4375347. OLE color: 4375347.
HSL color Cylindrical-coordinate representation of color #33C342: hue angle of 126.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 #33C342 is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 195 | 66 | - |
| CMYK | 0.74 | 0 | 0.66 | 0.24 |
| HSL | 126.25º | 0.59% | 0.48% | - |
| HSV(B) | 126.25º | 0.74% | 0.76% | - |
| XYZ | 21.86 | 40.13 | 11.75 | - |
| YUV | 137.24 | 87.79 | 66.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 195 | 66 | 0.74 | 0 | 0.66 | 0.24 | 126.25 | 0.59 | 0.48 |
| Hex | 33 | C3 | 42 | 4A | 0 | 42 | 18 | 7E | 3B | 30 |
| Octal | 63 | 303 | 102 | 112 | 0 | 102 | 30 | 176 | 73 | 60 |
| Binary | 110011 | 11000011 | 1000010 | 1001010 | 0 | 1000010 | 11000 | 1111110 | 111011 | 110000 |
Color Harmonies of #33C342
Complementary color
Monochromatic Colors of #33C342
Black with #33C342
Text Example
Text Example
White with #33C342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C342; }
p { color: rgb(51,195,66); }
H1.HeaderClassName
{
color: #33C342;
}
.AnyTagClassName
{
color: #33C342;
}
</style>
background-color css
<style>
a { background-color: #33C342; }
a { background-color: rgb(51,195,66); }
div.DivClassName
{
background-color: #33C342;
}
.BgClassName
{
background-color: #33C342;
}
</style>
border-color css
<style>
span { border-color: #33C342; }
span { border-color: rgb(51,195,66); }
td.TdClassName
{
border-color: #33C342;
}
.TagClassName
{
border-color: #33C342;
}
</style>