Shades of Lime Green #33E340
Tints of Lime Green #33E340
RGB
CMYK
RGB Variations
Color information
#33E340 (or 0x33E340) is known color: Lime Green. HEX triplet: 33, E3 and 40. RGB value is (51,227,64). Sum of RGB (Red+Green+Blue) = 51+227+64=342 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.91% from 342); Green value is 227 (89.06% from 255 or 66.37% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 227 - color contains mainly: green. Hex color #33E340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33E340 is #CC1CBF. Grayscale: #9C9C9C. Windows color (decimal): -13376704 or 4252467. OLE color: 4252467.
HSL color Cylindrical-coordinate representation of color #33E340: hue angle of 124.43º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33E340 is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 51 | 227 | 64 | - |
| CMYK | 0.78 | 0 | 0.72 | 0.11 |
| HSL | 124.43º | 0.76% | 0.55% | - |
| HSV(B) | 124.43º | 0.78% | 0.89% | - |
| XYZ | 29.76 | 56.01 | 14.09 | - |
| YUV | 155.79 | 76.19 | 53.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 227 | 64 | 0.78 | 0 | 0.72 | 0.11 | 124.43 | 0.76 | 0.55 |
| Hex | 33 | E3 | 40 | 4E | 0 | 48 | B | 7C | 4C | 37 |
| Octal | 63 | 343 | 100 | 116 | 0 | 110 | 13 | 174 | 114 | 67 |
| Binary | 110011 | 11100011 | 1000000 | 1001110 | 0 | 1001000 | 1011 | 1111100 | 1001100 | 110111 |
Color Harmonies of #33E340
Complementary color
Monochromatic Colors of #33E340
Black with #33E340
Text Example
Text Example
White with #33E340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E340; }
p { color: rgb(51,227,64); }
H1.HeaderClassName
{
color: #33E340;
}
.AnyTagClassName
{
color: #33E340;
}
</style>
background-color css
<style>
a { background-color: #33E340; }
a { background-color: rgb(51,227,64); }
div.DivClassName
{
background-color: #33E340;
}
.BgClassName
{
background-color: #33E340;
}
</style>
border-color css
<style>
span { border-color: #33E340; }
span { border-color: rgb(51,227,64); }
td.TdClassName
{
border-color: #33E340;
}
.TagClassName
{
border-color: #33E340;
}
</style>