Shades of Lime Green #33CE38
Tints of Lime Green #33CE38
RGB
CMYK
RGB Variations
Color information
#33CE38 (or 0x33CE38) is known color: Lime Green. HEX triplet: 33, CE and 38. RGB value is (51,206,56). Sum of RGB (Red+Green+Blue) = 51+206+56=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 206 (80.86% from 255 or 65.81% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 206 - color contains mainly: green. Hex color #33CE38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33CE38 is #CC31C7. Grayscale: #8F8F8F. Windows color (decimal): -13382088 or 3722803. OLE color: 3722803.
HSL color Cylindrical-coordinate representation of color #33CE38: hue angle of 121.94º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CE38 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 206 | 56 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.19 |
| HSL | 121.94º | 0.61% | 0.5% | - |
| HSV(B) | 121.94º | 0.75% | 0.81% | - |
| XYZ | 24.15 | 45.13 | 11.18 | - |
| YUV | 142.56 | 79.15 | 62.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 206 | 56 | 0.75 | 0 | 0.73 | 0.19 | 121.94 | 0.61 | 0.5 |
| Hex | 33 | CE | 38 | 4B | 0 | 49 | 13 | 7A | 3D | 32 |
| Octal | 63 | 316 | 70 | 113 | 0 | 111 | 23 | 172 | 75 | 62 |
| Binary | 110011 | 11001110 | 111000 | 1001011 | 0 | 1001001 | 10011 | 1111010 | 111101 | 110010 |
Color Harmonies of #33CE38
Complementary color
Monochromatic Colors of #33CE38
Black with #33CE38
Text Example
Text Example
White with #33CE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CE38; }
p { color: rgb(51,206,56); }
H1.HeaderClassName
{
color: #33CE38;
}
.AnyTagClassName
{
color: #33CE38;
}
</style>
background-color css
<style>
a { background-color: #33CE38; }
a { background-color: rgb(51,206,56); }
div.DivClassName
{
background-color: #33CE38;
}
.BgClassName
{
background-color: #33CE38;
}
</style>
border-color css
<style>
span { border-color: #33CE38; }
span { border-color: rgb(51,206,56); }
td.TdClassName
{
border-color: #33CE38;
}
.TagClassName
{
border-color: #33CE38;
}
</style>