Shades of Lime Green #33C340
Tints of Lime Green #33C340
RGB
CMYK
RGB Variations
Color information
#33C340 (or 0x33C340) is known color: Lime Green. HEX triplet: 33, C3 and 40. RGB value is (51,195,64). Sum of RGB (Red+Green+Blue) = 51+195+64=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 195 (76.56% from 255 or 62.90% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 195 - color contains mainly: green. Hex color #33C340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C340 is #CC3CBF. Grayscale: #898989. Windows color (decimal): -13384896 or 4244275. OLE color: 4244275.
HSL color Cylindrical-coordinate representation of color #33C340: hue angle of 125.42º 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 #33C340 is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 195 | 64 | - |
| CMYK | 0.74 | 0 | 0.67 | 0.24 |
| HSL | 125.42º | 0.59% | 0.48% | - |
| HSV(B) | 125.42º | 0.74% | 0.76% | - |
| XYZ | 21.81 | 40.1 | 11.44 | - |
| YUV | 137.01 | 86.79 | 66.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 195 | 64 | 0.74 | 0 | 0.67 | 0.24 | 125.42 | 0.59 | 0.48 |
| Hex | 33 | C3 | 40 | 4A | 0 | 43 | 18 | 7D | 3B | 30 |
| Octal | 63 | 303 | 100 | 112 | 0 | 103 | 30 | 175 | 73 | 60 |
| Binary | 110011 | 11000011 | 1000000 | 1001010 | 0 | 1000011 | 11000 | 1111101 | 111011 | 110000 |
Color Harmonies of #33C340
Complementary color
Monochromatic Colors of #33C340
Black with #33C340
Text Example
Text Example
White with #33C340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C340; }
p { color: rgb(51,195,64); }
H1.HeaderClassName
{
color: #33C340;
}
.AnyTagClassName
{
color: #33C340;
}
</style>
background-color css
<style>
a { background-color: #33C340; }
a { background-color: rgb(51,195,64); }
div.DivClassName
{
background-color: #33C340;
}
.BgClassName
{
background-color: #33C340;
}
</style>
border-color css
<style>
span { border-color: #33C340; }
span { border-color: rgb(51,195,64); }
td.TdClassName
{
border-color: #33C340;
}
.TagClassName
{
border-color: #33C340;
}
</style>