Shades of Lime Green #33CD4D
Tints of Lime Green #33CD4D
RGB
CMYK
RGB Variations
Color information
#33CD4D (or 0x33CD4D) is known color: Lime Green. HEX triplet: 33, CD and 4D. RGB value is (51,205,77). Sum of RGB (Red+Green+Blue) = 51+205+77=333 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.32% from 333); Green value is 205 (80.47% from 255 or 61.56% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 205 - color contains mainly: green. Hex color #33CD4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33CD4D is #CC32B2. Grayscale: #909090. Windows color (decimal): -13382323 or 5098803. OLE color: 5098803.
HSL color Cylindrical-coordinate representation of color #33CD4D: hue angle of 130.13º 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 #33CD4D is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
RGB | 51 | 205 | 77 | - |
CMYK | 0.75 | 0 | 0.62 | 0.20 |
HSL | 130.13º | 0.61% | 0.5% | - |
HSV(B) | 130.13º | 0.75% | 0.8% | - |
XYZ | 24.54 | 44.9 | 14.4 | - |
YUV | 144.36 | 89.98 | 61.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 51 | 205 | 77 | 0.75 | 0 | 0.62 | 0.20 | 130.13 | 0.61 | 0.5 |
Hex | 33 | CD | 4D | 4B | 0 | 3E | 14 | 82 | 3D | 32 |
Octal | 63 | 315 | 115 | 113 | 0 | 76 | 24 | 202 | 75 | 62 |
Binary | 110011 | 11001101 | 1001101 | 1001011 | 0 | 111110 | 10100 | 10000010 | 111101 | 110010 |
Color Harmonies of #33CD4D
Complementary color
Monochromatic Colors of #33CD4D
Black with #33CD4D
Text Example
Text Example
White with #33CD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CD4D; }
p { color: rgb(51,205,77); }
H1.HeaderClassName
{
color: #33CD4D;
}
.AnyTagClassName
{
color: #33CD4D;
}
</style>
background-color css
<style>
a { background-color: #33CD4D; }
a { background-color: rgb(51,205,77); }
div.DivClassName
{
background-color: #33CD4D;
}
.BgClassName
{
background-color: #33CD4D;
}
</style>
border-color css
<style>
span { border-color: #33CD4D; }
span { border-color: rgb(51,205,77); }
td.TdClassName
{
border-color: #33CD4D;
}
.TagClassName
{
border-color: #33CD4D;
}
</style>