Shades of Lime Green #33EF3C
Tints of Lime Green #33EF3C
RGB
CMYK
RGB Variations
Color information
#33EF3C (or 0x33EF3C) is known color: Lime Green. HEX triplet: 33, EF and 3C. RGB value is (51,239,60). Sum of RGB (Red+Green+Blue) = 51+239+60=350 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.57% from 350); Green value is 239 (93.75% from 255 or 68.29% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 239 - color contains mainly: green. Hex color #33EF3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33EF3C is #CC10C3. Grayscale: #A2A2A2. Windows color (decimal): -13373636 or 3993395. OLE color: 3993395.
HSL color Cylindrical-coordinate representation of color #33EF3C: hue angle of 122.87º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33EF3C is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 51 | 239 | 60 | - |
| CMYK | 0.79 | 0 | 0.75 | 0.06 |
| HSL | 122.87º | 0.85% | 0.57% | - |
| HSV(B) | 122.87º | 0.79% | 0.94% | - |
| XYZ | 33.05 | 62.76 | 14.65 | - |
| YUV | 162.38 | 70.22 | 48.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 239 | 60 | 0.79 | 0 | 0.75 | 0.06 | 122.87 | 0.85 | 0.57 |
| Hex | 33 | EF | 3C | 4F | 0 | 4B | 6 | 7B | 55 | 39 |
| Octal | 63 | 357 | 74 | 117 | 0 | 113 | 6 | 173 | 125 | 71 |
| Binary | 110011 | 11101111 | 111100 | 1001111 | 0 | 1001011 | 110 | 1111011 | 1010101 | 111001 |
Color Harmonies of #33EF3C
Complementary color
Monochromatic Colors of #33EF3C
Black with #33EF3C
Text Example
Text Example
White with #33EF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EF3C; }
p { color: rgb(51,239,60); }
H1.HeaderClassName
{
color: #33EF3C;
}
.AnyTagClassName
{
color: #33EF3C;
}
</style>
background-color css
<style>
a { background-color: #33EF3C; }
a { background-color: rgb(51,239,60); }
div.DivClassName
{
background-color: #33EF3C;
}
.BgClassName
{
background-color: #33EF3C;
}
</style>
border-color css
<style>
span { border-color: #33EF3C; }
span { border-color: rgb(51,239,60); }
td.TdClassName
{
border-color: #33EF3C;
}
.TagClassName
{
border-color: #33EF3C;
}
</style>