Shades of Lime Green #33CF3F
Tints of Lime Green #33CF3F
RGB
CMYK
RGB Variations
Color information
#33CF3F (or 0x33CF3F) is known color: Lime Green. HEX triplet: 33, CF and 3F. RGB value is (51,207,63). Sum of RGB (Red+Green+Blue) = 51+207+63=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 207 (81.25% from 255 or 64.49% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 207 - color contains mainly: green. Hex color #33CF3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33CF3F is #CC30C0. Grayscale: #909090. Windows color (decimal): -13381825 or 4181811. OLE color: 4181811.
HSL color Cylindrical-coordinate representation of color #33CF3F: hue angle of 124.62º 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 #33CF3F is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 207 | 63 | - |
| CMYK | 0.75 | 0 | 0.70 | 0.19 |
| HSL | 124.62º | 0.62% | 0.51% | - |
| HSV(B) | 124.62º | 0.75% | 0.81% | - |
| XYZ | 24.58 | 45.69 | 12.23 | - |
| YUV | 143.94 | 82.32 | 61.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 207 | 63 | 0.75 | 0 | 0.70 | 0.19 | 124.62 | 0.62 | 0.51 |
| Hex | 33 | CF | 3F | 4B | 0 | 46 | 13 | 7D | 3E | 33 |
| Octal | 63 | 317 | 77 | 113 | 0 | 106 | 23 | 175 | 76 | 63 |
| Binary | 110011 | 11001111 | 111111 | 1001011 | 0 | 1000110 | 10011 | 1111101 | 111110 | 110011 |
Color Harmonies of #33CF3F
Complementary color
Monochromatic Colors of #33CF3F
Black with #33CF3F
Text Example
Text Example
White with #33CF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CF3F; }
p { color: rgb(51,207,63); }
H1.HeaderClassName
{
color: #33CF3F;
}
.AnyTagClassName
{
color: #33CF3F;
}
</style>
background-color css
<style>
a { background-color: #33CF3F; }
a { background-color: rgb(51,207,63); }
div.DivClassName
{
background-color: #33CF3F;
}
.BgClassName
{
background-color: #33CF3F;
}
</style>
border-color css
<style>
span { border-color: #33CF3F; }
span { border-color: rgb(51,207,63); }
td.TdClassName
{
border-color: #33CF3F;
}
.TagClassName
{
border-color: #33CF3F;
}
</style>