Shades of Lime Green #33C01E
Tints of Lime Green #33C01E
RGB
CMYK
RGB Variations
Color information
#33C01E (or 0x33C01E) is known color: Lime Green. HEX triplet: 33, C0 and 1E. RGB value is (51,192,30). Sum of RGB (Red+Green+Blue) = 51+192+30=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 192 (75.39% from 255 or 70.33% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 192 - color contains mainly: green. Hex color #33C01E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C01E is #CC3FE1. Grayscale: #838383. Windows color (decimal): -13385698 or 2015283. OLE color: 2015283.
HSL color Cylindrical-coordinate representation of color #33C01E: hue angle of 112.22º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #33C01E is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 192 | 30 | - |
| CMYK | 0.73 | 0 | 0.84 | 0.25 |
| HSL | 112.22º | 0.73% | 0.44% | - |
| HSV(B) | 112.22º | 0.84% | 0.75% | - |
| XYZ | 20.45 | 38.5 | 7.58 | - |
| YUV | 131.37 | 70.79 | 70.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 192 | 30 | 0.73 | 0 | 0.84 | 0.25 | 112.22 | 0.73 | 0.44 |
| Hex | 33 | C0 | 1E | 49 | 0 | 54 | 19 | 70 | 49 | 2C |
| Octal | 63 | 300 | 36 | 111 | 0 | 124 | 31 | 160 | 111 | 54 |
| Binary | 110011 | 11000000 | 11110 | 1001001 | 0 | 1010100 | 11001 | 1110000 | 1001001 | 101100 |
Color Harmonies of #33C01E
Complementary color
Monochromatic Colors of #33C01E
Black with #33C01E
Text Example
Text Example
White with #33C01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C01E; }
p { color: rgb(51,192,30); }
H1.HeaderClassName
{
color: #33C01E;
}
.AnyTagClassName
{
color: #33C01E;
}
</style>
background-color css
<style>
a { background-color: #33C01E; }
a { background-color: rgb(51,192,30); }
div.DivClassName
{
background-color: #33C01E;
}
.BgClassName
{
background-color: #33C01E;
}
</style>
border-color css
<style>
span { border-color: #33C01E; }
span { border-color: rgb(51,192,30); }
td.TdClassName
{
border-color: #33C01E;
}
.TagClassName
{
border-color: #33C01E;
}
</style>