Shades of Lime Green #33CE50
Tints of Lime Green #33CE50
RGB
CMYK
RGB Variations
Color information
#33CE50 (or 0x33CE50) is known color: Lime Green. HEX triplet: 33, CE and 50. RGB value is (51,206,80). Sum of RGB (Red+Green+Blue) = 51+206+80=337 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.13% from 337); Green value is 206 (80.86% from 255 or 61.13% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 206 - color contains mainly: green. Hex color #33CE50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33CE50 is #CC31AF. Grayscale: #919191. Windows color (decimal): -13382064 or 5295667. OLE color: 5295667.
HSL color Cylindrical-coordinate representation of color #33CE50: hue angle of 131.23º 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 #33CE50 is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 206 | 80 | - |
| CMYK | 0.75 | 0 | 0.61 | 0.19 |
| HSL | 131.23º | 0.61% | 0.5% | - |
| HSV(B) | 131.23º | 0.75% | 0.81% | - |
| XYZ | 24.88 | 45.43 | 15.05 | - |
| YUV | 145.29 | 91.15 | 60.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 206 | 80 | 0.75 | 0 | 0.61 | 0.19 | 131.23 | 0.61 | 0.5 |
| Hex | 33 | CE | 50 | 4B | 0 | 3D | 13 | 83 | 3D | 32 |
| Octal | 63 | 316 | 120 | 113 | 0 | 75 | 23 | 203 | 75 | 62 |
| Binary | 110011 | 11001110 | 1010000 | 1001011 | 0 | 111101 | 10011 | 10000011 | 111101 | 110010 |
Color Harmonies of #33CE50
Complementary color
Monochromatic Colors of #33CE50
Black with #33CE50
Text Example
Text Example
White with #33CE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CE50; }
p { color: rgb(51,206,80); }
H1.HeaderClassName
{
color: #33CE50;
}
.AnyTagClassName
{
color: #33CE50;
}
</style>
background-color css
<style>
a { background-color: #33CE50; }
a { background-color: rgb(51,206,80); }
div.DivClassName
{
background-color: #33CE50;
}
.BgClassName
{
background-color: #33CE50;
}
</style>
border-color css
<style>
span { border-color: #33CE50; }
span { border-color: rgb(51,206,80); }
td.TdClassName
{
border-color: #33CE50;
}
.TagClassName
{
border-color: #33CE50;
}
</style>