Shades of Lime Green #33CF47
Tints of Lime Green #33CF47
RGB
CMYK
RGB Variations
Color information
#33CF47 (or 0x33CF47) is known color: Lime Green. HEX triplet: 33, CF and 47. RGB value is (51,207,71). Sum of RGB (Red+Green+Blue) = 51+207+71=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 207 (81.25% from 255 or 62.92% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 207 - color contains mainly: green. Hex color #33CF47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33CF47 is #CC30B8. Grayscale: #919191. Windows color (decimal): -13381817 or 4706099. OLE color: 4706099.
HSL color Cylindrical-coordinate representation of color #33CF47: hue angle of 127.69º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CF47 is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 207 | 71 | - |
| CMYK | 0.75 | 0 | 0.66 | 0.19 |
| HSL | 127.69º | 0.62% | 0.51% | - |
| HSV(B) | 127.69º | 0.75% | 0.81% | - |
| XYZ | 24.82 | 45.78 | 13.49 | - |
| YUV | 144.85 | 86.32 | 61.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 207 | 71 | 0.75 | 0 | 0.66 | 0.19 | 127.69 | 0.62 | 0.51 |
| Hex | 33 | CF | 47 | 4B | 0 | 42 | 13 | 80 | 3E | 33 |
| Octal | 63 | 317 | 107 | 113 | 0 | 102 | 23 | 200 | 76 | 63 |
| Binary | 110011 | 11001111 | 1000111 | 1001011 | 0 | 1000010 | 10011 | 10000000 | 111110 | 110011 |
Color Harmonies of #33CF47
Complementary color
Monochromatic Colors of #33CF47
Black with #33CF47
Text Example
Text Example
White with #33CF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CF47; }
p { color: rgb(51,207,71); }
H1.HeaderClassName
{
color: #33CF47;
}
.AnyTagClassName
{
color: #33CF47;
}
</style>
background-color css
<style>
a { background-color: #33CF47; }
a { background-color: rgb(51,207,71); }
div.DivClassName
{
background-color: #33CF47;
}
.BgClassName
{
background-color: #33CF47;
}
</style>
border-color css
<style>
span { border-color: #33CF47; }
span { border-color: rgb(51,207,71); }
td.TdClassName
{
border-color: #33CF47;
}
.TagClassName
{
border-color: #33CF47;
}
</style>