Shades of Lime Green #33C04B
Tints of Lime Green #33C04B
RGB
CMYK
RGB Variations
Color information
#33C04B (or 0x33C04B) is known color: Lime Green. HEX triplet: 33, C0 and 4B. RGB value is (51,192,75). Sum of RGB (Red+Green+Blue) = 51+192+75=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 192 (75.39% from 255 or 60.38% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 192 - color contains mainly: green. Hex color #33C04B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C04B is #CC3FB4. Grayscale: #888888. Windows color (decimal): -13385653 or 4964403. OLE color: 4964403.
HSL color Cylindrical-coordinate representation of color #33C04B: hue angle of 130.21º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33C04B is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 192 | 75 | - |
| CMYK | 0.73 | 0 | 0.61 | 0.25 |
| HSL | 130.21º | 0.58% | 0.48% | - |
| HSV(B) | 130.21º | 0.73% | 0.75% | - |
| XYZ | 21.48 | 38.91 | 13.03 | - |
| YUV | 136.5 | 93.29 | 67.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 192 | 75 | 0.73 | 0 | 0.61 | 0.25 | 130.21 | 0.58 | 0.48 |
| Hex | 33 | C0 | 4B | 49 | 0 | 3D | 19 | 82 | 3A | 30 |
| Octal | 63 | 300 | 113 | 111 | 0 | 75 | 31 | 202 | 72 | 60 |
| Binary | 110011 | 11000000 | 1001011 | 1001001 | 0 | 111101 | 11001 | 10000010 | 111010 | 110000 |
Color Harmonies of #33C04B
Complementary color
Monochromatic Colors of #33C04B
Black with #33C04B
Text Example
Text Example
White with #33C04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C04B; }
p { color: rgb(51,192,75); }
H1.HeaderClassName
{
color: #33C04B;
}
.AnyTagClassName
{
color: #33C04B;
}
</style>
background-color css
<style>
a { background-color: #33C04B; }
a { background-color: rgb(51,192,75); }
div.DivClassName
{
background-color: #33C04B;
}
.BgClassName
{
background-color: #33C04B;
}
</style>
border-color css
<style>
span { border-color: #33C04B; }
span { border-color: rgb(51,192,75); }
td.TdClassName
{
border-color: #33C04B;
}
.TagClassName
{
border-color: #33C04B;
}
</style>