Shades of Lime Green #33D93D
Tints of Lime Green #33D93D
RGB
CMYK
RGB Variations
Color information
#33D93D (or 0x33D93D) is known color: Lime Green. HEX triplet: 33, D9 and 3D. RGB value is (51,217,61). Sum of RGB (Red+Green+Blue) = 51+217+61=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 217 (85.16% from 255 or 65.96% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 217 - color contains mainly: green. Hex color #33D93D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33D93D is #CC26C2. Grayscale: #969696. Windows color (decimal): -13379267 or 4053299. OLE color: 4053299.
HSL color Cylindrical-coordinate representation of color #33D93D: hue angle of 123.61º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D93D is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 217 | 61 | - |
| CMYK | 0.76 | 0 | 0.72 | 0.15 |
| HSL | 123.61º | 0.69% | 0.53% | - |
| HSV(B) | 123.61º | 0.76% | 0.85% | - |
| XYZ | 27.02 | 50.67 | 12.77 | - |
| YUV | 149.58 | 78 | 57.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 217 | 61 | 0.76 | 0 | 0.72 | 0.15 | 123.61 | 0.69 | 0.53 |
| Hex | 33 | D9 | 3D | 4C | 0 | 48 | F | 7C | 45 | 35 |
| Octal | 63 | 331 | 75 | 114 | 0 | 110 | 17 | 174 | 105 | 65 |
| Binary | 110011 | 11011001 | 111101 | 1001100 | 0 | 1001000 | 1111 | 1111100 | 1000101 | 110101 |
Color Harmonies of #33D93D
Complementary color
Monochromatic Colors of #33D93D
Black with #33D93D
Text Example
Text Example
White with #33D93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D93D; }
p { color: rgb(51,217,61); }
H1.HeaderClassName
{
color: #33D93D;
}
.AnyTagClassName
{
color: #33D93D;
}
</style>
background-color css
<style>
a { background-color: #33D93D; }
a { background-color: rgb(51,217,61); }
div.DivClassName
{
background-color: #33D93D;
}
.BgClassName
{
background-color: #33D93D;
}
</style>
border-color css
<style>
span { border-color: #33D93D; }
span { border-color: rgb(51,217,61); }
td.TdClassName
{
border-color: #33D93D;
}
.TagClassName
{
border-color: #33D93D;
}
</style>