Shades of Lime Green #33ED42
Tints of Lime Green #33ED42
RGB
CMYK
RGB Variations
Color information
#33ED42 (or 0x33ED42) is known color: Lime Green. HEX triplet: 33, ED and 42. RGB value is (51,237,66). Sum of RGB (Red+Green+Blue) = 51+237+66=354 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.41% from 354); Green value is 237 (92.97% from 255 or 66.95% from 354); Blue value is 66 (26.17% from 255 or 18.64% from 354); Max value from RGB is 237 - color contains mainly: green. Hex color #33ED42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33ED42 is #CC12BD. Grayscale: #A2A2A2. Windows color (decimal): -13374142 or 4386099. OLE color: 4386099.
HSL color Cylindrical-coordinate representation of color #33ED42: hue angle of 124.84º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33ED42 is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 237 | 66 | - |
| CMYK | 0.78 | 0 | 0.72 | 0.07 |
| HSL | 124.84º | 0.84% | 0.56% | - |
| HSV(B) | 124.84º | 0.78% | 0.93% | - |
| XYZ | 32.63 | 61.67 | 15.34 | - |
| YUV | 161.89 | 73.88 | 48.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 237 | 66 | 0.78 | 0 | 0.72 | 0.07 | 124.84 | 0.84 | 0.56 |
| Hex | 33 | ED | 42 | 4E | 0 | 48 | 7 | 7D | 54 | 38 |
| Octal | 63 | 355 | 102 | 116 | 0 | 110 | 7 | 175 | 124 | 70 |
| Binary | 110011 | 11101101 | 1000010 | 1001110 | 0 | 1001000 | 111 | 1111101 | 1010100 | 111000 |
Color Harmonies of #33ED42
Complementary color
Monochromatic Colors of #33ED42
Black with #33ED42
Text Example
Text Example
White with #33ED42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33ED42; }
p { color: rgb(51,237,66); }
H1.HeaderClassName
{
color: #33ED42;
}
.AnyTagClassName
{
color: #33ED42;
}
</style>
background-color css
<style>
a { background-color: #33ED42; }
a { background-color: rgb(51,237,66); }
div.DivClassName
{
background-color: #33ED42;
}
.BgClassName
{
background-color: #33ED42;
}
</style>
border-color css
<style>
span { border-color: #33ED42; }
span { border-color: rgb(51,237,66); }
td.TdClassName
{
border-color: #33ED42;
}
.TagClassName
{
border-color: #33ED42;
}
</style>