Shades of Lime Green #33C93D
Tints of Lime Green #33C93D
RGB
CMYK
RGB Variations
Color information
#33C93D (or 0x33C93D) is known color: Lime Green. HEX triplet: 33, C9 and 3D. RGB value is (51,201,61). Sum of RGB (Red+Green+Blue) = 51+201+61=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 201 (78.91% from 255 or 64.22% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 201 - color contains mainly: green. Hex color #33C93D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C93D is #CC36C2. Grayscale: #8C8C8C. Windows color (decimal): -13383363 or 4049203. OLE color: 4049203.
HSL color Cylindrical-coordinate representation of color #33C93D: hue angle of 124º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33C93D is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 51 | 201 | 61 | - |
| CMYK | 0.75 | 0 | 0.70 | 0.21 |
| HSL | 124º | 0.6% | 0.49% | - |
| HSV(B) | 124º | 0.75% | 0.79% | - |
| XYZ | 23.09 | 42.81 | 11.46 | - |
| YUV | 140.19 | 83.31 | 64.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 201 | 61 | 0.75 | 0 | 0.70 | 0.21 | 124 | 0.6 | 0.49 |
| Hex | 33 | C9 | 3D | 4B | 0 | 46 | 15 | 7C | 3C | 31 |
| Octal | 63 | 311 | 75 | 113 | 0 | 106 | 25 | 174 | 74 | 61 |
| Binary | 110011 | 11001001 | 111101 | 1001011 | 0 | 1000110 | 10101 | 1111100 | 111100 | 110001 |
Color Harmonies of #33C93D
Complementary color
Monochromatic Colors of #33C93D
Black with #33C93D
Text Example
Text Example
White with #33C93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C93D; }
p { color: rgb(51,201,61); }
H1.HeaderClassName
{
color: #33C93D;
}
.AnyTagClassName
{
color: #33C93D;
}
</style>
background-color css
<style>
a { background-color: #33C93D; }
a { background-color: rgb(51,201,61); }
div.DivClassName
{
background-color: #33C93D;
}
.BgClassName
{
background-color: #33C93D;
}
</style>
border-color css
<style>
span { border-color: #33C93D; }
span { border-color: rgb(51,201,61); }
td.TdClassName
{
border-color: #33C93D;
}
.TagClassName
{
border-color: #33C93D;
}
</style>