Shades of Lime Green #33C51A
Tints of Lime Green #33C51A
RGB
CMYK
RGB Variations
Color information
#33C51A (or 0x33C51A) is known color: Lime Green. HEX triplet: 33, C5 and 1A. RGB value is (51,197,26). Sum of RGB (Red+Green+Blue) = 51+197+26=274 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.61% from 274); Green value is 197 (77.34% from 255 or 71.90% from 274); Blue value is 26 (10.55% from 255 or 9.49% from 274); Max value from RGB is 197 - color contains mainly: green. Hex color #33C51A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C51A is #CC3AE5. Grayscale: #868686. Windows color (decimal): -13384422 or 1754419. OLE color: 1754419.
HSL color Cylindrical-coordinate representation of color #33C51A: hue angle of 111.23º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #33C51A is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 51 | 197 | 26 | - |
| CMYK | 0.74 | 0 | 0.87 | 0.23 |
| HSL | 111.23º | 0.77% | 0.44% | - |
| HSV(B) | 111.23º | 0.87% | 0.77% | - |
| XYZ | 21.52 | 40.71 | 7.7 | - |
| YUV | 133.85 | 67.13 | 68.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 197 | 26 | 0.74 | 0 | 0.87 | 0.23 | 111.23 | 0.77 | 0.44 |
| Hex | 33 | C5 | 1A | 4A | 0 | 57 | 17 | 6F | 4D | 2C |
| Octal | 63 | 305 | 32 | 112 | 0 | 127 | 27 | 157 | 115 | 54 |
| Binary | 110011 | 11000101 | 11010 | 1001010 | 0 | 1010111 | 10111 | 1101111 | 1001101 | 101100 |
Color Harmonies of #33C51A
Complementary color
Monochromatic Colors of #33C51A
Black with #33C51A
Text Example
Text Example
White with #33C51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C51A; }
p { color: rgb(51,197,26); }
H1.HeaderClassName
{
color: #33C51A;
}
.AnyTagClassName
{
color: #33C51A;
}
</style>
background-color css
<style>
a { background-color: #33C51A; }
a { background-color: rgb(51,197,26); }
div.DivClassName
{
background-color: #33C51A;
}
.BgClassName
{
background-color: #33C51A;
}
</style>
border-color css
<style>
span { border-color: #33C51A; }
span { border-color: rgb(51,197,26); }
td.TdClassName
{
border-color: #33C51A;
}
.TagClassName
{
border-color: #33C51A;
}
</style>