Shades of Lime Green #33C02B
Tints of Lime Green #33C02B
RGB
CMYK
RGB Variations
Color information
#33C02B (or 0x33C02B) is known color: Lime Green. HEX triplet: 33, C0 and 2B. RGB value is (51,192,43). Sum of RGB (Red+Green+Blue) = 51+192+43=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 192 (75.39% from 255 or 67.13% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 192 - color contains mainly: green. Hex color #33C02B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C02B is #CC3FD4. Grayscale: #858585. Windows color (decimal): -13385685 or 2867251. OLE color: 2867251.
HSL color Cylindrical-coordinate representation of color #33C02B: hue angle of 116.78º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33C02B is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 192 | 43 | - |
| CMYK | 0.73 | 0 | 0.78 | 0.25 |
| HSL | 116.78º | 0.63% | 0.46% | - |
| HSV(B) | 116.78º | 0.78% | 0.75% | - |
| XYZ | 20.65 | 38.58 | 8.64 | - |
| YUV | 132.86 | 77.29 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 192 | 43 | 0.73 | 0 | 0.78 | 0.25 | 116.78 | 0.63 | 0.46 |
| Hex | 33 | C0 | 2B | 49 | 0 | 4E | 19 | 75 | 3F | 2E |
| Octal | 63 | 300 | 53 | 111 | 0 | 116 | 31 | 165 | 77 | 56 |
| Binary | 110011 | 11000000 | 101011 | 1001001 | 0 | 1001110 | 11001 | 1110101 | 111111 | 101110 |
Color Harmonies of #33C02B
Complementary color
Monochromatic Colors of #33C02B
Black with #33C02B
Text Example
Text Example
White with #33C02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C02B; }
p { color: rgb(51,192,43); }
H1.HeaderClassName
{
color: #33C02B;
}
.AnyTagClassName
{
color: #33C02B;
}
</style>
background-color css
<style>
a { background-color: #33C02B; }
a { background-color: rgb(51,192,43); }
div.DivClassName
{
background-color: #33C02B;
}
.BgClassName
{
background-color: #33C02B;
}
</style>
border-color css
<style>
span { border-color: #33C02B; }
span { border-color: rgb(51,192,43); }
td.TdClassName
{
border-color: #33C02B;
}
.TagClassName
{
border-color: #33C02B;
}
</style>