Shades of Lime Green #33DF1F
Tints of Lime Green #33DF1F
RGB
CMYK
RGB Variations
Color information
#33DF1F (or 0x33DF1F) is known color: Lime Green. HEX triplet: 33, DF and 1F. RGB value is (51,223,31). Sum of RGB (Red+Green+Blue) = 51+223+31=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 223 (87.5% from 255 or 73.11% from 305); Blue value is 31 (12.5% from 255 or 10.16% from 305); Max value from RGB is 223 - color contains mainly: green. Hex color #33DF1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33DF1F is #CC20E0. Grayscale: #969696. Windows color (decimal): -13377761 or 2088755. OLE color: 2088755.
HSL color Cylindrical-coordinate representation of color #33DF1F: hue angle of 113.75º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #33DF1F is Cyan = 0.77, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 223 | 31 | - |
| CMYK | 0.77 | 0 | 0.86 | 0.13 |
| HSL | 113.75º | 0.76% | 0.5% | - |
| HSV(B) | 113.75º | 0.86% | 0.87% | - |
| XYZ | 28 | 53.58 | 10.16 | - |
| YUV | 149.68 | 61.02 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 223 | 31 | 0.77 | 0 | 0.86 | 0.13 | 113.75 | 0.76 | 0.5 |
| Hex | 33 | DF | 1F | 4D | 0 | 56 | D | 72 | 4C | 32 |
| Octal | 63 | 337 | 37 | 115 | 0 | 126 | 15 | 162 | 114 | 62 |
| Binary | 110011 | 11011111 | 11111 | 1001101 | 0 | 1010110 | 1101 | 1110010 | 1001100 | 110010 |
Color Harmonies of #33DF1F
Complementary color
Monochromatic Colors of #33DF1F
Black with #33DF1F
Text Example
Text Example
White with #33DF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DF1F; }
p { color: rgb(51,223,31); }
H1.HeaderClassName
{
color: #33DF1F;
}
.AnyTagClassName
{
color: #33DF1F;
}
</style>
background-color css
<style>
a { background-color: #33DF1F; }
a { background-color: rgb(51,223,31); }
div.DivClassName
{
background-color: #33DF1F;
}
.BgClassName
{
background-color: #33DF1F;
}
</style>
border-color css
<style>
span { border-color: #33DF1F; }
span { border-color: rgb(51,223,31); }
td.TdClassName
{
border-color: #33DF1F;
}
.TagClassName
{
border-color: #33DF1F;
}
</style>