Shades of Lime Green #33C028
Tints of Lime Green #33C028
RGB
CMYK
RGB Variations
Color information
#33C028 (or 0x33C028) is known color: Lime Green. HEX triplet: 33, C0 and 28. RGB value is (51,192,40). Sum of RGB (Red+Green+Blue) = 51+192+40=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 192 (75.39% from 255 or 67.84% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 192 - color contains mainly: green. Hex color #33C028 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C028 is #CC3FD7. Grayscale: #848484. Windows color (decimal): -13385688 or 2670643. OLE color: 2670643.
HSL color Cylindrical-coordinate representation of color #33C028: hue angle of 115.66º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33C028 is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 192 | 40 | - |
| CMYK | 0.73 | 0 | 0.79 | 0.25 |
| HSL | 115.66º | 0.66% | 0.45% | - |
| HSV(B) | 115.66º | 0.79% | 0.75% | - |
| XYZ | 20.6 | 38.56 | 8.36 | - |
| YUV | 132.51 | 75.79 | 69.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 192 | 40 | 0.73 | 0 | 0.79 | 0.25 | 115.66 | 0.66 | 0.45 |
| Hex | 33 | C0 | 28 | 49 | 0 | 4F | 19 | 74 | 42 | 2D |
| Octal | 63 | 300 | 50 | 111 | 0 | 117 | 31 | 164 | 102 | 55 |
| Binary | 110011 | 11000000 | 101000 | 1001001 | 0 | 1001111 | 11001 | 1110100 | 1000010 | 101101 |
Color Harmonies of #33C028
Complementary color
Monochromatic Colors of #33C028
Black with #33C028
Text Example
Text Example
White with #33C028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C028; }
p { color: rgb(51,192,40); }
H1.HeaderClassName
{
color: #33C028;
}
.AnyTagClassName
{
color: #33C028;
}
</style>
background-color css
<style>
a { background-color: #33C028; }
a { background-color: rgb(51,192,40); }
div.DivClassName
{
background-color: #33C028;
}
.BgClassName
{
background-color: #33C028;
}
</style>
border-color css
<style>
span { border-color: #33C028; }
span { border-color: rgb(51,192,40); }
td.TdClassName
{
border-color: #33C028;
}
.TagClassName
{
border-color: #33C028;
}
</style>