Shades of Lime Green #33C038
Tints of Lime Green #33C038
RGB
CMYK
RGB Variations
Color information
#33C038 (or 0x33C038) is known color: Lime Green. HEX triplet: 33, C0 and 38. RGB value is (51,192,56). Sum of RGB (Red+Green+Blue) = 51+192+56=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 192 (75.39% from 255 or 64.21% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 192 - color contains mainly: green. Hex color #33C038 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C038 is #CC3FC7. Grayscale: #868686. Windows color (decimal): -13385672 or 3719219. OLE color: 3719219.
HSL color Cylindrical-coordinate representation of color #33C038: hue angle of 122.13º 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 #33C038 is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 192 | 56 | - |
| CMYK | 0.73 | 0 | 0.71 | 0.25 |
| HSL | 122.13º | 0.58% | 0.48% | - |
| HSV(B) | 122.13º | 0.73% | 0.75% | - |
| XYZ | 20.93 | 38.69 | 10.11 | - |
| YUV | 134.34 | 83.79 | 68.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 192 | 56 | 0.73 | 0 | 0.71 | 0.25 | 122.13 | 0.58 | 0.48 |
| Hex | 33 | C0 | 38 | 49 | 0 | 47 | 19 | 7A | 3A | 30 |
| Octal | 63 | 300 | 70 | 111 | 0 | 107 | 31 | 172 | 72 | 60 |
| Binary | 110011 | 11000000 | 111000 | 1001001 | 0 | 1000111 | 11001 | 1111010 | 111010 | 110000 |
Color Harmonies of #33C038
Complementary color
Monochromatic Colors of #33C038
Black with #33C038
Text Example
Text Example
White with #33C038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C038; }
p { color: rgb(51,192,56); }
H1.HeaderClassName
{
color: #33C038;
}
.AnyTagClassName
{
color: #33C038;
}
</style>
background-color css
<style>
a { background-color: #33C038; }
a { background-color: rgb(51,192,56); }
div.DivClassName
{
background-color: #33C038;
}
.BgClassName
{
background-color: #33C038;
}
</style>
border-color css
<style>
span { border-color: #33C038; }
span { border-color: rgb(51,192,56); }
td.TdClassName
{
border-color: #33C038;
}
.TagClassName
{
border-color: #33C038;
}
</style>