Shades of Lime Green #33CF40
Tints of Lime Green #33CF40
RGB
CMYK
RGB Variations
Color information
#33CF40 (or 0x33CF40) is known color: Lime Green. HEX triplet: 33, CF and 40. RGB value is (51,207,64). Sum of RGB (Red+Green+Blue) = 51+207+64=322 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.84% from 322); Green value is 207 (81.25% from 255 or 64.29% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 207 - color contains mainly: green. Hex color #33CF40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33CF40 is #CC30BF. Grayscale: #909090. Windows color (decimal): -13381824 or 4247347. OLE color: 4247347.
HSL color Cylindrical-coordinate representation of color #33CF40: hue angle of 125º 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 #33CF40 is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 207 | 64 | - |
| CMYK | 0.75 | 0 | 0.69 | 0.19 |
| HSL | 125º | 0.62% | 0.51% | - |
| HSV(B) | 125º | 0.75% | 0.81% | - |
| XYZ | 24.6 | 45.7 | 12.37 | - |
| YUV | 144.05 | 82.82 | 61.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 207 | 64 | 0.75 | 0 | 0.69 | 0.19 | 125 | 0.62 | 0.51 |
| Hex | 33 | CF | 40 | 4B | 0 | 45 | 13 | 7D | 3E | 33 |
| Octal | 63 | 317 | 100 | 113 | 0 | 105 | 23 | 175 | 76 | 63 |
| Binary | 110011 | 11001111 | 1000000 | 1001011 | 0 | 1000101 | 10011 | 1111101 | 111110 | 110011 |
Color Harmonies of #33CF40
Complementary color
Monochromatic Colors of #33CF40
Black with #33CF40
Text Example
Text Example
White with #33CF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CF40; }
p { color: rgb(51,207,64); }
H1.HeaderClassName
{
color: #33CF40;
}
.AnyTagClassName
{
color: #33CF40;
}
</style>
background-color css
<style>
a { background-color: #33CF40; }
a { background-color: rgb(51,207,64); }
div.DivClassName
{
background-color: #33CF40;
}
.BgClassName
{
background-color: #33CF40;
}
</style>
border-color css
<style>
span { border-color: #33CF40; }
span { border-color: rgb(51,207,64); }
td.TdClassName
{
border-color: #33CF40;
}
.TagClassName
{
border-color: #33CF40;
}
</style>