Shades of Lime Green #33C73D
Tints of Lime Green #33C73D
RGB
CMYK
RGB Variations
Color information
#33C73D (or 0x33C73D) is known color: Lime Green. HEX triplet: 33, C7 and 3D. RGB value is (51,199,61). Sum of RGB (Red+Green+Blue) = 51+199+61=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 199 (78.12% from 255 or 63.99% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 199 - color contains mainly: green. Hex color #33C73D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C73D is #CC38C2. Grayscale: #8B8B8B. Windows color (decimal): -13383875 or 4048691. OLE color: 4048691.
HSL color Cylindrical-coordinate representation of color #33C73D: hue angle of 124.05º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C73D is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 51 | 199 | 61 | - |
| CMYK | 0.74 | 0 | 0.69 | 0.22 |
| HSL | 124.05º | 0.59% | 0.49% | - |
| HSV(B) | 124.05º | 0.74% | 0.78% | - |
| XYZ | 22.63 | 41.89 | 11.31 | - |
| YUV | 139.02 | 83.97 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 199 | 61 | 0.74 | 0 | 0.69 | 0.22 | 124.05 | 0.59 | 0.49 |
| Hex | 33 | C7 | 3D | 4A | 0 | 45 | 16 | 7C | 3B | 31 |
| Octal | 63 | 307 | 75 | 112 | 0 | 105 | 26 | 174 | 73 | 61 |
| Binary | 110011 | 11000111 | 111101 | 1001010 | 0 | 1000101 | 10110 | 1111100 | 111011 | 110001 |
Color Harmonies of #33C73D
Complementary color
Monochromatic Colors of #33C73D
Black with #33C73D
Text Example
Text Example
White with #33C73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C73D; }
p { color: rgb(51,199,61); }
H1.HeaderClassName
{
color: #33C73D;
}
.AnyTagClassName
{
color: #33C73D;
}
</style>
background-color css
<style>
a { background-color: #33C73D; }
a { background-color: rgb(51,199,61); }
div.DivClassName
{
background-color: #33C73D;
}
.BgClassName
{
background-color: #33C73D;
}
</style>
border-color css
<style>
span { border-color: #33C73D; }
span { border-color: rgb(51,199,61); }
td.TdClassName
{
border-color: #33C73D;
}
.TagClassName
{
border-color: #33C73D;
}
</style>