Shades of Lime Green #33D54A
Tints of Lime Green #33D54A
RGB
CMYK
RGB Variations
Color information
#33D54A (or 0x33D54A) is known color: Lime Green. HEX triplet: 33, D5 and 4A. RGB value is (51,213,74). Sum of RGB (Red+Green+Blue) = 51+213+74=338 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.09% from 338); Green value is 213 (83.59% from 255 or 63.02% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 213 - color contains mainly: green. Hex color #33D54A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33D54A is #CC2AB5. Grayscale: #959595. Windows color (decimal): -13380278 or 4904243. OLE color: 4904243.
HSL color Cylindrical-coordinate representation of color #33D54A: hue angle of 128.52º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D54A is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 213 | 74 | - |
| CMYK | 0.76 | 0 | 0.65 | 0.16 |
| HSL | 128.52º | 0.66% | 0.52% | - |
| HSV(B) | 128.52º | 0.76% | 0.84% | - |
| XYZ | 26.4 | 48.79 | 14.5 | - |
| YUV | 148.72 | 85.83 | 58.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 213 | 74 | 0.76 | 0 | 0.65 | 0.16 | 128.52 | 0.66 | 0.52 |
| Hex | 33 | D5 | 4A | 4C | 0 | 41 | 10 | 81 | 42 | 34 |
| Octal | 63 | 325 | 112 | 114 | 0 | 101 | 20 | 201 | 102 | 64 |
| Binary | 110011 | 11010101 | 1001010 | 1001100 | 0 | 1000001 | 10000 | 10000001 | 1000010 | 110100 |
Color Harmonies of #33D54A
Complementary color
Monochromatic Colors of #33D54A
Black with #33D54A
Text Example
Text Example
White with #33D54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D54A; }
p { color: rgb(51,213,74); }
H1.HeaderClassName
{
color: #33D54A;
}
.AnyTagClassName
{
color: #33D54A;
}
</style>
background-color css
<style>
a { background-color: #33D54A; }
a { background-color: rgb(51,213,74); }
div.DivClassName
{
background-color: #33D54A;
}
.BgClassName
{
background-color: #33D54A;
}
</style>
border-color css
<style>
span { border-color: #33D54A; }
span { border-color: rgb(51,213,74); }
td.TdClassName
{
border-color: #33D54A;
}
.TagClassName
{
border-color: #33D54A;
}
</style>