Shades of Lime Green #33DC3C
Tints of Lime Green #33DC3C
RGB
CMYK
RGB Variations
Color information
#33DC3C (or 0x33DC3C) is known color: Lime Green. HEX triplet: 33, DC and 3C. RGB value is (51,220,60). Sum of RGB (Red+Green+Blue) = 51+220+60=331 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.41% from 331); Green value is 220 (86.33% from 255 or 66.47% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 220 - color contains mainly: green. Hex color #33DC3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33DC3C is #CC23C3. Grayscale: #979797. Windows color (decimal): -13378500 or 3988531. OLE color: 3988531.
HSL color Cylindrical-coordinate representation of color #33DC3C: hue angle of 123.2º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DC3C is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 220 | 60 | - |
| CMYK | 0.77 | 0 | 0.73 | 0.14 |
| HSL | 123.2º | 0.71% | 0.53% | - |
| HSV(B) | 123.2º | 0.77% | 0.86% | - |
| XYZ | 27.77 | 52.22 | 12.89 | - |
| YUV | 151.23 | 76.51 | 56.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 220 | 60 | 0.77 | 0 | 0.73 | 0.14 | 123.2 | 0.71 | 0.53 |
| Hex | 33 | DC | 3C | 4D | 0 | 49 | E | 7B | 47 | 35 |
| Octal | 63 | 334 | 74 | 115 | 0 | 111 | 16 | 173 | 107 | 65 |
| Binary | 110011 | 11011100 | 111100 | 1001101 | 0 | 1001001 | 1110 | 1111011 | 1000111 | 110101 |
Color Harmonies of #33DC3C
Complementary color
Monochromatic Colors of #33DC3C
Black with #33DC3C
Text Example
Text Example
White with #33DC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DC3C; }
p { color: rgb(51,220,60); }
H1.HeaderClassName
{
color: #33DC3C;
}
.AnyTagClassName
{
color: #33DC3C;
}
</style>
background-color css
<style>
a { background-color: #33DC3C; }
a { background-color: rgb(51,220,60); }
div.DivClassName
{
background-color: #33DC3C;
}
.BgClassName
{
background-color: #33DC3C;
}
</style>
border-color css
<style>
span { border-color: #33DC3C; }
span { border-color: rgb(51,220,60); }
td.TdClassName
{
border-color: #33DC3C;
}
.TagClassName
{
border-color: #33DC3C;
}
</style>