Shades of Lime Green #33E74B
Tints of Lime Green #33E74B
RGB
CMYK
RGB Variations
Color information
#33E74B (or 0x33E74B) is known color: Lime Green. HEX triplet: 33, E7 and 4B. RGB value is (51,231,75). Sum of RGB (Red+Green+Blue) = 51+231+75=357 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.29% from 357); Green value is 231 (90.62% from 255 or 64.71% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 231 - color contains mainly: green. Hex color #33E74B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33E74B is #CC18B4. Grayscale: #9F9F9F. Windows color (decimal): -13375669 or 4974387. OLE color: 4974387.
HSL color Cylindrical-coordinate representation of color #33E74B: hue angle of 128º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33E74B is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 51 | 231 | 75 | - |
| CMYK | 0.78 | 0 | 0.68 | 0.09 |
| HSL | 128º | 0.79% | 0.55% | - |
| HSV(B) | 128º | 0.78% | 0.91% | - |
| XYZ | 31.21 | 58.36 | 16.28 | - |
| YUV | 159.4 | 80.37 | 50.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 231 | 75 | 0.78 | 0 | 0.68 | 0.09 | 128 | 0.79 | 0.55 |
| Hex | 33 | E7 | 4B | 4E | 0 | 44 | 9 | 80 | 4F | 37 |
| Octal | 63 | 347 | 113 | 116 | 0 | 104 | 11 | 200 | 117 | 67 |
| Binary | 110011 | 11100111 | 1001011 | 1001110 | 0 | 1000100 | 1001 | 10000000 | 1001111 | 110111 |
Color Harmonies of #33E74B
Complementary color
Monochromatic Colors of #33E74B
Black with #33E74B
Text Example
Text Example
White with #33E74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E74B; }
p { color: rgb(51,231,75); }
H1.HeaderClassName
{
color: #33E74B;
}
.AnyTagClassName
{
color: #33E74B;
}
</style>
background-color css
<style>
a { background-color: #33E74B; }
a { background-color: rgb(51,231,75); }
div.DivClassName
{
background-color: #33E74B;
}
.BgClassName
{
background-color: #33E74B;
}
</style>
border-color css
<style>
span { border-color: #33E74B; }
span { border-color: rgb(51,231,75); }
td.TdClassName
{
border-color: #33E74B;
}
.TagClassName
{
border-color: #33E74B;
}
</style>