Shades of Lime Green #33C534
Tints of Lime Green #33C534
RGB
CMYK
RGB Variations
Color information
#33C534 (or 0x33C534) is known color: Lime Green. HEX triplet: 33, C5 and 34. RGB value is (51,197,52). Sum of RGB (Red+Green+Blue) = 51+197+52=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 197 (77.34% from 255 or 65.67% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 197 - color contains mainly: green. Hex color #33C534 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C534 is #CC3ACB. Grayscale: #898989. Windows color (decimal): -13384396 or 3458355. OLE color: 3458355.
HSL color Cylindrical-coordinate representation of color #33C534: hue angle of 120.41º 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 #33C534 is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 51 | 197 | 52 | - |
| CMYK | 0.74 | 0 | 0.74 | 0.23 |
| HSL | 120.41º | 0.59% | 0.49% | - |
| HSV(B) | 120.41º | 0.74% | 0.77% | - |
| XYZ | 21.95 | 40.88 | 9.98 | - |
| YUV | 136.82 | 80.13 | 66.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 197 | 52 | 0.74 | 0 | 0.74 | 0.23 | 120.41 | 0.59 | 0.49 |
| Hex | 33 | C5 | 34 | 4A | 0 | 4A | 17 | 78 | 3B | 31 |
| Octal | 63 | 305 | 64 | 112 | 0 | 112 | 27 | 170 | 73 | 61 |
| Binary | 110011 | 11000101 | 110100 | 1001010 | 0 | 1001010 | 10111 | 1111000 | 111011 | 110001 |
Color Harmonies of #33C534
Complementary color
Monochromatic Colors of #33C534
Black with #33C534
Text Example
Text Example
White with #33C534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C534; }
p { color: rgb(51,197,52); }
H1.HeaderClassName
{
color: #33C534;
}
.AnyTagClassName
{
color: #33C534;
}
</style>
background-color css
<style>
a { background-color: #33C534; }
a { background-color: rgb(51,197,52); }
div.DivClassName
{
background-color: #33C534;
}
.BgClassName
{
background-color: #33C534;
}
</style>
border-color css
<style>
span { border-color: #33C534; }
span { border-color: rgb(51,197,52); }
td.TdClassName
{
border-color: #33C534;
}
.TagClassName
{
border-color: #33C534;
}
</style>