Shades of Lime Green #33E640
Tints of Lime Green #33E640
RGB
CMYK
RGB Variations
Color information
#33E640 (or 0x33E640) is known color: Lime Green. HEX triplet: 33, E6 and 40. RGB value is (51,230,64). Sum of RGB (Red+Green+Blue) = 51+230+64=345 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.78% from 345); Green value is 230 (90.23% from 255 or 66.67% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 230 - color contains mainly: green. Hex color #33E640 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33E640 is #CC19BF. Grayscale: #9E9E9E. Windows color (decimal): -13375936 or 4253235. OLE color: 4253235.
HSL color Cylindrical-coordinate representation of color #33E640: hue angle of 124.36º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33E640 is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 51 | 230 | 64 | - |
| CMYK | 0.78 | 0 | 0.72 | 0.10 |
| HSL | 124.36º | 0.78% | 0.55% | - |
| HSV(B) | 124.36º | 0.78% | 0.9% | - |
| XYZ | 30.59 | 57.67 | 14.37 | - |
| YUV | 157.56 | 75.2 | 52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 230 | 64 | 0.78 | 0 | 0.72 | 0.10 | 124.36 | 0.78 | 0.55 |
| Hex | 33 | E6 | 40 | 4E | 0 | 48 | A | 7C | 4E | 37 |
| Octal | 63 | 346 | 100 | 116 | 0 | 110 | 12 | 174 | 116 | 67 |
| Binary | 110011 | 11100110 | 1000000 | 1001110 | 0 | 1001000 | 1010 | 1111100 | 1001110 | 110111 |
Color Harmonies of #33E640
Complementary color
Monochromatic Colors of #33E640
Black with #33E640
Text Example
Text Example
White with #33E640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E640; }
p { color: rgb(51,230,64); }
H1.HeaderClassName
{
color: #33E640;
}
.AnyTagClassName
{
color: #33E640;
}
</style>
background-color css
<style>
a { background-color: #33E640; }
a { background-color: rgb(51,230,64); }
div.DivClassName
{
background-color: #33E640;
}
.BgClassName
{
background-color: #33E640;
}
</style>
border-color css
<style>
span { border-color: #33E640; }
span { border-color: rgb(51,230,64); }
td.TdClassName
{
border-color: #33E640;
}
.TagClassName
{
border-color: #33E640;
}
</style>