Shades of Lime Green #33F534
Tints of Lime Green #33F534
RGB
CMYK
RGB Variations
Color information
#33F534 (or 0x33F534) is known color: Lime Green. HEX triplet: 33, F5 and 34. RGB value is (51,245,52). Sum of RGB (Red+Green+Blue) = 51+245+52=348 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.66% from 348); Green value is 245 (96.09% from 255 or 70.40% from 348); Blue value is 52 (20.70% from 255 or 14.94% from 348); Max value from RGB is 245 - color contains mainly: green. Hex color #33F534 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33F534 is #CC0ACB. Grayscale: #A5A5A5. Windows color (decimal): -13372108 or 3470643. OLE color: 3470643.
HSL color Cylindrical-coordinate representation of color #33F534: hue angle of 120.31º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F534 is Cyan = 0.79, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 51 | 245 | 52 | - |
| CMYK | 0.79 | 0 | 0.79 | 0.04 |
| HSL | 120.31º | 0.91% | 0.58% | - |
| HSV(B) | 120.31º | 0.79% | 0.96% | - |
| XYZ | 34.64 | 66.26 | 14.21 | - |
| YUV | 164.99 | 64.23 | 46.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 245 | 52 | 0.79 | 0 | 0.79 | 0.04 | 120.31 | 0.91 | 0.58 |
| Hex | 33 | F5 | 34 | 4F | 0 | 4F | 4 | 78 | 5B | 3A |
| Octal | 63 | 365 | 64 | 117 | 0 | 117 | 4 | 170 | 133 | 72 |
| Binary | 110011 | 11110101 | 110100 | 1001111 | 0 | 1001111 | 100 | 1111000 | 1011011 | 111010 |
Color Harmonies of #33F534
Complementary color
Monochromatic Colors of #33F534
Black with #33F534
Text Example
Text Example
White with #33F534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F534; }
p { color: rgb(51,245,52); }
H1.HeaderClassName
{
color: #33F534;
}
.AnyTagClassName
{
color: #33F534;
}
</style>
background-color css
<style>
a { background-color: #33F534; }
a { background-color: rgb(51,245,52); }
div.DivClassName
{
background-color: #33F534;
}
.BgClassName
{
background-color: #33F534;
}
</style>
border-color css
<style>
span { border-color: #33F534; }
span { border-color: rgb(51,245,52); }
td.TdClassName
{
border-color: #33F534;
}
.TagClassName
{
border-color: #33F534;
}
</style>