Shades of Lime Green #33EF2D
Tints of Lime Green #33EF2D
RGB
CMYK
RGB Variations
Color information
#33EF2D (or 0x33EF2D) is known color: Lime Green. HEX triplet: 33, EF and 2D. RGB value is (51,239,45). Sum of RGB (Red+Green+Blue) = 51+239+45=335 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.22% from 335); Green value is 239 (93.75% from 255 or 71.34% from 335); Blue value is 45 (17.97% from 255 or 13.43% from 335); Max value from RGB is 239 - color contains mainly: green. Hex color #33EF2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33EF2D is #CC10D2. Grayscale: #A1A1A1. Windows color (decimal): -13373651 or 3010355. OLE color: 3010355.
HSL color Cylindrical-coordinate representation of color #33EF2D: hue angle of 118.14º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #33EF2D is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 51 | 239 | 45 | - |
| CMYK | 0.79 | 0 | 0.81 | 0.06 |
| HSL | 118.14º | 0.86% | 0.56% | - |
| HSV(B) | 118.14º | 0.81% | 0.94% | - |
| XYZ | 32.71 | 62.63 | 12.85 | - |
| YUV | 160.67 | 62.72 | 49.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 239 | 45 | 0.79 | 0 | 0.81 | 0.06 | 118.14 | 0.86 | 0.56 |
| Hex | 33 | EF | 2D | 4F | 0 | 51 | 6 | 76 | 56 | 38 |
| Octal | 63 | 357 | 55 | 117 | 0 | 121 | 6 | 166 | 126 | 70 |
| Binary | 110011 | 11101111 | 101101 | 1001111 | 0 | 1010001 | 110 | 1110110 | 1010110 | 111000 |
Color Harmonies of #33EF2D
Complementary color
Monochromatic Colors of #33EF2D
Black with #33EF2D
Text Example
Text Example
White with #33EF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EF2D; }
p { color: rgb(51,239,45); }
H1.HeaderClassName
{
color: #33EF2D;
}
.AnyTagClassName
{
color: #33EF2D;
}
</style>
background-color css
<style>
a { background-color: #33EF2D; }
a { background-color: rgb(51,239,45); }
div.DivClassName
{
background-color: #33EF2D;
}
.BgClassName
{
background-color: #33EF2D;
}
</style>
border-color css
<style>
span { border-color: #33EF2D; }
span { border-color: rgb(51,239,45); }
td.TdClassName
{
border-color: #33EF2D;
}
.TagClassName
{
border-color: #33EF2D;
}
</style>