Shades of Lime Green #33CD3C
Tints of Lime Green #33CD3C
RGB
CMYK
RGB Variations
Color information
#33CD3C (or 0x33CD3C) is known color: Lime Green. HEX triplet: 33, CD and 3C. RGB value is (51,205,60). Sum of RGB (Red+Green+Blue) = 51+205+60=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 205 (80.47% from 255 or 64.87% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 205 - color contains mainly: green. Hex color #33CD3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33CD3C is #CC32C3. Grayscale: #8E8E8E. Windows color (decimal): -13382340 or 3984691. OLE color: 3984691.
HSL color Cylindrical-coordinate representation of color #33CD3C: hue angle of 123.51º degrees, saturation: 0.61, 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 #33CD3C is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 205 | 60 | - |
| CMYK | 0.75 | 0 | 0.71 | 0.20 |
| HSL | 123.51º | 0.61% | 0.5% | - |
| HSV(B) | 123.51º | 0.75% | 0.8% | - |
| XYZ | 24.01 | 44.69 | 11.64 | - |
| YUV | 142.42 | 81.48 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 205 | 60 | 0.75 | 0 | 0.71 | 0.20 | 123.51 | 0.61 | 0.5 |
| Hex | 33 | CD | 3C | 4B | 0 | 47 | 14 | 7C | 3D | 32 |
| Octal | 63 | 315 | 74 | 113 | 0 | 107 | 24 | 174 | 75 | 62 |
| Binary | 110011 | 11001101 | 111100 | 1001011 | 0 | 1000111 | 10100 | 1111100 | 111101 | 110010 |
Color Harmonies of #33CD3C
Complementary color
Monochromatic Colors of #33CD3C
Black with #33CD3C
Text Example
Text Example
White with #33CD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CD3C; }
p { color: rgb(51,205,60); }
H1.HeaderClassName
{
color: #33CD3C;
}
.AnyTagClassName
{
color: #33CD3C;
}
</style>
background-color css
<style>
a { background-color: #33CD3C; }
a { background-color: rgb(51,205,60); }
div.DivClassName
{
background-color: #33CD3C;
}
.BgClassName
{
background-color: #33CD3C;
}
</style>
border-color css
<style>
span { border-color: #33CD3C; }
span { border-color: rgb(51,205,60); }
td.TdClassName
{
border-color: #33CD3C;
}
.TagClassName
{
border-color: #33CD3C;
}
</style>