Shades of Lime Green #33DF30
Tints of Lime Green #33DF30
RGB
CMYK
RGB Variations
Color information
#33DF30 (or 0x33DF30) is known color: Lime Green. HEX triplet: 33, DF and 30. RGB value is (51,223,48). Sum of RGB (Red+Green+Blue) = 51+223+48=322 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.84% from 322); Green value is 223 (87.5% from 255 or 69.25% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 223 - color contains mainly: green. Hex color #33DF30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33DF30 is #CC20CF. Grayscale: #989898. Windows color (decimal): -13377744 or 3202867. OLE color: 3202867.
HSL color Cylindrical-coordinate representation of color #33DF30: hue angle of 118.97º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33DF30 is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 223 | 48 | - |
| CMYK | 0.77 | 0 | 0.78 | 0.13 |
| HSL | 118.97º | 0.73% | 0.53% | - |
| HSV(B) | 118.97º | 0.78% | 0.87% | - |
| XYZ | 28.29 | 53.69 | 11.67 | - |
| YUV | 151.62 | 69.52 | 56.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 223 | 48 | 0.77 | 0 | 0.78 | 0.13 | 118.97 | 0.73 | 0.53 |
| Hex | 33 | DF | 30 | 4D | 0 | 4E | D | 77 | 49 | 35 |
| Octal | 63 | 337 | 60 | 115 | 0 | 116 | 15 | 167 | 111 | 65 |
| Binary | 110011 | 11011111 | 110000 | 1001101 | 0 | 1001110 | 1101 | 1110111 | 1001001 | 110101 |
Color Harmonies of #33DF30
Complementary color
Monochromatic Colors of #33DF30
Black with #33DF30
Text Example
Text Example
White with #33DF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DF30; }
p { color: rgb(51,223,48); }
H1.HeaderClassName
{
color: #33DF30;
}
.AnyTagClassName
{
color: #33DF30;
}
</style>
background-color css
<style>
a { background-color: #33DF30; }
a { background-color: rgb(51,223,48); }
div.DivClassName
{
background-color: #33DF30;
}
.BgClassName
{
background-color: #33DF30;
}
</style>
border-color css
<style>
span { border-color: #33DF30; }
span { border-color: rgb(51,223,48); }
td.TdClassName
{
border-color: #33DF30;
}
.TagClassName
{
border-color: #33DF30;
}
</style>