Shades of Lime Green #33C53C
Tints of Lime Green #33C53C
RGB
CMYK
RGB Variations
Color information
#33C53C (or 0x33C53C) is known color: Lime Green. HEX triplet: 33, C5 and 3C. RGB value is (51,197,60). Sum of RGB (Red+Green+Blue) = 51+197+60=308 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.56% from 308); Green value is 197 (77.34% from 255 or 63.96% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 197 - color contains mainly: green. Hex color #33C53C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C53C is #CC3AC3. Grayscale: #8A8A8A. Windows color (decimal): -13384388 or 3982643. OLE color: 3982643.
HSL color Cylindrical-coordinate representation of color #33C53C: hue angle of 123.7º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C53C is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 51 | 197 | 60 | - |
| CMYK | 0.74 | 0 | 0.70 | 0.23 |
| HSL | 123.7º | 0.59% | 0.49% | - |
| HSV(B) | 123.7º | 0.74% | 0.77% | - |
| XYZ | 22.15 | 40.96 | 11.01 | - |
| YUV | 137.73 | 84.13 | 66.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 197 | 60 | 0.74 | 0 | 0.70 | 0.23 | 123.7 | 0.59 | 0.49 |
| Hex | 33 | C5 | 3C | 4A | 0 | 46 | 17 | 7C | 3B | 31 |
| Octal | 63 | 305 | 74 | 112 | 0 | 106 | 27 | 174 | 73 | 61 |
| Binary | 110011 | 11000101 | 111100 | 1001010 | 0 | 1000110 | 10111 | 1111100 | 111011 | 110001 |
Color Harmonies of #33C53C
Complementary color
Monochromatic Colors of #33C53C
Black with #33C53C
Text Example
Text Example
White with #33C53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C53C; }
p { color: rgb(51,197,60); }
H1.HeaderClassName
{
color: #33C53C;
}
.AnyTagClassName
{
color: #33C53C;
}
</style>
background-color css
<style>
a { background-color: #33C53C; }
a { background-color: rgb(51,197,60); }
div.DivClassName
{
background-color: #33C53C;
}
.BgClassName
{
background-color: #33C53C;
}
</style>
border-color css
<style>
span { border-color: #33C53C; }
span { border-color: rgb(51,197,60); }
td.TdClassName
{
border-color: #33C53C;
}
.TagClassName
{
border-color: #33C53C;
}
</style>