Shades of Lime Green #33CC3E
Tints of Lime Green #33CC3E
RGB
CMYK
RGB Variations
Color information
#33CC3E (or 0x33CC3E) is known color: Lime Green. HEX triplet: 33, CC and 3E. RGB value is (51,204,62). Sum of RGB (Red+Green+Blue) = 51+204+62=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 204 (80.08% from 255 or 64.35% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 204 - color contains mainly: green. Hex color #33CC3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33CC3E is #CC33C1. Grayscale: #8E8E8E. Windows color (decimal): -13382594 or 4115507. OLE color: 4115507.
HSL color Cylindrical-coordinate representation of color #33CC3E: hue angle of 124.31º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CC3E is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 204 | 62 | - |
| CMYK | 0.75 | 0 | 0.70 | 0.2 |
| HSL | 124.31º | 0.6% | 0.5% | - |
| HSV(B) | 124.31º | 0.75% | 0.8% | - |
| XYZ | 23.83 | 44.24 | 11.84 | - |
| YUV | 142.07 | 82.81 | 63.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 204 | 62 | 0.75 | 0 | 0.70 | 0.2 | 124.31 | 0.6 | 0.5 |
| Hex | 33 | CC | 3E | 4B | 0 | 46 | 14 | 7C | 3C | 32 |
| Octal | 63 | 314 | 76 | 113 | 0 | 106 | 24 | 174 | 74 | 62 |
| Binary | 110011 | 11001100 | 111110 | 1001011 | 0 | 1000110 | 10100 | 1111100 | 111100 | 110010 |
Color Harmonies of #33CC3E
Complementary color
Monochromatic Colors of #33CC3E
Black with #33CC3E
Text Example
Text Example
White with #33CC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CC3E; }
p { color: rgb(51,204,62); }
H1.HeaderClassName
{
color: #33CC3E;
}
.AnyTagClassName
{
color: #33CC3E;
}
</style>
background-color css
<style>
a { background-color: #33CC3E; }
a { background-color: rgb(51,204,62); }
div.DivClassName
{
background-color: #33CC3E;
}
.BgClassName
{
background-color: #33CC3E;
}
</style>
border-color css
<style>
span { border-color: #33CC3E; }
span { border-color: rgb(51,204,62); }
td.TdClassName
{
border-color: #33CC3E;
}
.TagClassName
{
border-color: #33CC3E;
}
</style>