Shades of Lime Green #33C41A
Tints of Lime Green #33C41A
RGB
CMYK
RGB Variations
Color information
#33C41A (or 0x33C41A) is known color: Lime Green. HEX triplet: 33, C4 and 1A. RGB value is (51,196,26). Sum of RGB (Red+Green+Blue) = 51+196+26=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 196 (76.95% from 255 or 71.79% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 196 - color contains mainly: green. Hex color #33C41A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C41A is #CC3BE5. Grayscale: #858585. Windows color (decimal): -13384678 or 1754163. OLE color: 1754163.
HSL color Cylindrical-coordinate representation of color #33C41A: hue angle of 111.18º 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 #33C41A is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 51 | 196 | 26 | - |
| CMYK | 0.74 | 0 | 0.87 | 0.23 |
| HSL | 111.18º | 0.77% | 0.44% | - |
| HSV(B) | 111.18º | 0.87% | 0.77% | - |
| XYZ | 21.29 | 40.26 | 7.63 | - |
| YUV | 133.27 | 67.46 | 69.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 196 | 26 | 0.74 | 0 | 0.87 | 0.23 | 111.18 | 0.77 | 0.44 |
| Hex | 33 | C4 | 1A | 4A | 0 | 57 | 17 | 6F | 4D | 2C |
| Octal | 63 | 304 | 32 | 112 | 0 | 127 | 27 | 157 | 115 | 54 |
| Binary | 110011 | 11000100 | 11010 | 1001010 | 0 | 1010111 | 10111 | 1101111 | 1001101 | 101100 |
Color Harmonies of #33C41A
Complementary color
Monochromatic Colors of #33C41A
Black with #33C41A
Text Example
Text Example
White with #33C41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C41A; }
p { color: rgb(51,196,26); }
H1.HeaderClassName
{
color: #33C41A;
}
.AnyTagClassName
{
color: #33C41A;
}
</style>
background-color css
<style>
a { background-color: #33C41A; }
a { background-color: rgb(51,196,26); }
div.DivClassName
{
background-color: #33C41A;
}
.BgClassName
{
background-color: #33C41A;
}
</style>
border-color css
<style>
span { border-color: #33C41A; }
span { border-color: rgb(51,196,26); }
td.TdClassName
{
border-color: #33C41A;
}
.TagClassName
{
border-color: #33C41A;
}
</style>