Shades of Lime Green #33E438
Tints of Lime Green #33E438
RGB
CMYK
RGB Variations
Color information
#33E438 (or 0x33E438) is known color: Lime Green. HEX triplet: 33, E4 and 38. RGB value is (51,228,56). Sum of RGB (Red+Green+Blue) = 51+228+56=335 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.22% from 335); Green value is 228 (89.45% from 255 or 68.06% from 335); Blue value is 56 (22.27% from 255 or 16.72% from 335); Max value from RGB is 228 - color contains mainly: green. Hex color #33E438 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33E438 is #CC1BC7. Grayscale: #9B9B9B. Windows color (decimal): -13376456 or 3728435. OLE color: 3728435.
HSL color Cylindrical-coordinate representation of color #33E438: hue angle of 121.69º degrees, saturation: 0.77, 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 #33E438 is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 51 | 228 | 56 | - |
| CMYK | 0.78 | 0 | 0.75 | 0.11 |
| HSL | 121.69º | 0.77% | 0.55% | - |
| HSV(B) | 121.69º | 0.78% | 0.89% | - |
| XYZ | 29.82 | 56.48 | 13.07 | - |
| YUV | 155.47 | 71.86 | 53.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 228 | 56 | 0.78 | 0 | 0.75 | 0.11 | 121.69 | 0.77 | 0.55 |
| Hex | 33 | E4 | 38 | 4E | 0 | 4B | B | 7A | 4D | 37 |
| Octal | 63 | 344 | 70 | 116 | 0 | 113 | 13 | 172 | 115 | 67 |
| Binary | 110011 | 11100100 | 111000 | 1001110 | 0 | 1001011 | 1011 | 1111010 | 1001101 | 110111 |
Color Harmonies of #33E438
Complementary color
Monochromatic Colors of #33E438
Black with #33E438
Text Example
Text Example
White with #33E438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E438; }
p { color: rgb(51,228,56); }
H1.HeaderClassName
{
color: #33E438;
}
.AnyTagClassName
{
color: #33E438;
}
</style>
background-color css
<style>
a { background-color: #33E438; }
a { background-color: rgb(51,228,56); }
div.DivClassName
{
background-color: #33E438;
}
.BgClassName
{
background-color: #33E438;
}
</style>
border-color css
<style>
span { border-color: #33E438; }
span { border-color: rgb(51,228,56); }
td.TdClassName
{
border-color: #33E438;
}
.TagClassName
{
border-color: #33E438;
}
</style>