Shades of Lime Green #33CF21
Tints of Lime Green #33CF21
RGB
CMYK
RGB Variations
Color information
#33CF21 (or 0x33CF21) is known color: Lime Green. HEX triplet: 33, CF and 21. RGB value is (51,207,33). Sum of RGB (Red+Green+Blue) = 51+207+33=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 207 (81.25% from 255 or 71.13% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 207 - color contains mainly: green. Hex color #33CF21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33CF21 is #CC30DE. Grayscale: #8D8D8D. Windows color (decimal): -13381855 or 2215731. OLE color: 2215731.
HSL color Cylindrical-coordinate representation of color #33CF21: hue angle of 113.79º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #33CF21 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 207 | 33 | - |
| CMYK | 0.75 | 0 | 0.84 | 0.19 |
| HSL | 113.79º | 0.73% | 0.47% | - |
| HSV(B) | 113.79º | 0.84% | 0.81% | - |
| XYZ | 23.95 | 45.44 | 8.95 | - |
| YUV | 140.52 | 67.32 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 207 | 33 | 0.75 | 0 | 0.84 | 0.19 | 113.79 | 0.73 | 0.47 |
| Hex | 33 | CF | 21 | 4B | 0 | 54 | 13 | 72 | 48 | 2F |
| Octal | 63 | 317 | 41 | 113 | 0 | 124 | 23 | 162 | 110 | 57 |
| Binary | 110011 | 11001111 | 100001 | 1001011 | 0 | 1010100 | 10011 | 1110010 | 1001000 | 101111 |
Color Harmonies of #33CF21
Complementary color
Monochromatic Colors of #33CF21
Black with #33CF21
Text Example
Text Example
White with #33CF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CF21; }
p { color: rgb(51,207,33); }
H1.HeaderClassName
{
color: #33CF21;
}
.AnyTagClassName
{
color: #33CF21;
}
</style>
background-color css
<style>
a { background-color: #33CF21; }
a { background-color: rgb(51,207,33); }
div.DivClassName
{
background-color: #33CF21;
}
.BgClassName
{
background-color: #33CF21;
}
</style>
border-color css
<style>
span { border-color: #33CF21; }
span { border-color: rgb(51,207,33); }
td.TdClassName
{
border-color: #33CF21;
}
.TagClassName
{
border-color: #33CF21;
}
</style>