Shades of Lime Green #33CF4D
Tints of Lime Green #33CF4D
RGB
CMYK
RGB Variations
Color information
#33CF4D (or 0x33CF4D) is known color: Lime Green. HEX triplet: 33, CF and 4D. RGB value is (51,207,77). Sum of RGB (Red+Green+Blue) = 51+207+77=335 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.22% from 335); Green value is 207 (81.25% from 255 or 61.79% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 207 - color contains mainly: green. Hex color #33CF4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33CF4D is #CC30B2. Grayscale: #919191. Windows color (decimal): -13381811 or 5099315. OLE color: 5099315.
HSL color Cylindrical-coordinate representation of color #33CF4D: hue angle of 130º 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 #33CF4D is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 207 | 77 | - |
| CMYK | 0.75 | 0 | 0.63 | 0.19 |
| HSL | 130º | 0.62% | 0.51% | - |
| HSV(B) | 130º | 0.75% | 0.81% | - |
| XYZ | 25.02 | 45.87 | 14.56 | - |
| YUV | 145.54 | 89.32 | 60.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 207 | 77 | 0.75 | 0 | 0.63 | 0.19 | 130 | 0.62 | 0.51 |
| Hex | 33 | CF | 4D | 4B | 0 | 3F | 13 | 82 | 3E | 33 |
| Octal | 63 | 317 | 115 | 113 | 0 | 77 | 23 | 202 | 76 | 63 |
| Binary | 110011 | 11001111 | 1001101 | 1001011 | 0 | 111111 | 10011 | 10000010 | 111110 | 110011 |
Color Harmonies of #33CF4D
Complementary color
Monochromatic Colors of #33CF4D
Black with #33CF4D
Text Example
Text Example
White with #33CF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CF4D; }
p { color: rgb(51,207,77); }
H1.HeaderClassName
{
color: #33CF4D;
}
.AnyTagClassName
{
color: #33CF4D;
}
</style>
background-color css
<style>
a { background-color: #33CF4D; }
a { background-color: rgb(51,207,77); }
div.DivClassName
{
background-color: #33CF4D;
}
.BgClassName
{
background-color: #33CF4D;
}
</style>
border-color css
<style>
span { border-color: #33CF4D; }
span { border-color: rgb(51,207,77); }
td.TdClassName
{
border-color: #33CF4D;
}
.TagClassName
{
border-color: #33CF4D;
}
</style>