Shades of Lime Green #33D60F
Tints of Lime Green #33D60F
RGB
CMYK
RGB Variations
Color information
#33D60F (or 0x33D60F) is known color: Lime Green. HEX triplet: 33, D6 and 0F. RGB value is (51,214,15). Sum of RGB (Red+Green+Blue) = 51+214+15=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 214 (83.98% from 255 or 76.43% from 280); Blue value is 15 (6.25% from 255 or 5.36% from 280); Max value from RGB is 214 - color contains mainly: green. Hex color #33D60F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33D60F is #CC29F0. Grayscale: #8F8F8F. Windows color (decimal): -13380081 or 1037875. OLE color: 1037875.
HSL color Cylindrical-coordinate representation of color #33D60F: hue angle of 109.15º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #33D60F is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 214 | 15 | - |
| CMYK | 0.76 | 0 | 0.93 | 0.16 |
| HSL | 109.15º | 0.87% | 0.45% | - |
| HSV(B) | 109.15º | 0.93% | 0.84% | - |
| XYZ | 25.5 | 48.83 | 8.53 | - |
| YUV | 142.58 | 56 | 62.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 214 | 15 | 0.76 | 0 | 0.93 | 0.16 | 109.15 | 0.87 | 0.45 |
| Hex | 33 | D6 | F | 4C | 0 | 5D | 10 | 6D | 57 | 2D |
| Octal | 63 | 326 | 17 | 114 | 0 | 135 | 20 | 155 | 127 | 55 |
| Binary | 110011 | 11010110 | 1111 | 1001100 | 0 | 1011101 | 10000 | 1101101 | 1010111 | 101101 |
Color Harmonies of #33D60F
Complementary color
Monochromatic Colors of #33D60F
Black with #33D60F
Text Example
Text Example
White with #33D60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D60F; }
p { color: rgb(51,214,15); }
H1.HeaderClassName
{
color: #33D60F;
}
.AnyTagClassName
{
color: #33D60F;
}
</style>
background-color css
<style>
a { background-color: #33D60F; }
a { background-color: rgb(51,214,15); }
div.DivClassName
{
background-color: #33D60F;
}
.BgClassName
{
background-color: #33D60F;
}
</style>
border-color css
<style>
span { border-color: #33D60F; }
span { border-color: rgb(51,214,15); }
td.TdClassName
{
border-color: #33D60F;
}
.TagClassName
{
border-color: #33D60F;
}
</style>