Shades of Lime Green #34FA33
Tints of Lime Green #34FA33
RGB
CMYK
RGB Variations
Color information
#34FA33 (or 0x34FA33) is known color: Lime Green. HEX triplet: 34, FA and 33. RGB value is (52,250,51). Sum of RGB (Red+Green+Blue) = 52+250+51=353 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.73% from 353); Green value is 250 (98.05% from 255 or 70.82% from 353); Blue value is 51 (20.31% from 255 or 14.45% from 353); Max value from RGB is 250 - color contains mainly: green. Hex color #34FA33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34FA33 is #CB05CC. Grayscale: #A8A8A8. Windows color (decimal): -13305293 or 3406388. OLE color: 3406388.
HSL color Cylindrical-coordinate representation of color #34FA33: hue angle of 119.7º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34FA33 is Cyan = 0.79, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 250 | 51 | - |
| CMYK | 0.79 | 0 | 0.80 | 0.02 |
| HSL | 119.7º | 0.95% | 0.59% | - |
| HSV(B) | 119.7º | 0.8% | 0.98% | - |
| XYZ | 36.2 | 69.34 | 14.61 | - |
| YUV | 168.11 | 61.9 | 45.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 250 | 51 | 0.79 | 0 | 0.80 | 0.02 | 119.7 | 0.95 | 0.59 |
| Hex | 34 | FA | 33 | 4F | 0 | 50 | 2 | 78 | 5F | 3B |
| Octal | 64 | 372 | 63 | 117 | 0 | 120 | 2 | 170 | 137 | 73 |
| Binary | 110100 | 11111010 | 110011 | 1001111 | 0 | 1010000 | 10 | 1111000 | 1011111 | 111011 |
Color Harmonies of #34FA33
Complementary color
Monochromatic Colors of #34FA33
Black with #34FA33
Text Example
Text Example
White with #34FA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FA33; }
p { color: rgb(52,250,51); }
H1.HeaderClassName
{
color: #34FA33;
}
.AnyTagClassName
{
color: #34FA33;
}
</style>
background-color css
<style>
a { background-color: #34FA33; }
a { background-color: rgb(52,250,51); }
div.DivClassName
{
background-color: #34FA33;
}
.BgClassName
{
background-color: #34FA33;
}
</style>
border-color css
<style>
span { border-color: #34FA33; }
span { border-color: rgb(52,250,51); }
td.TdClassName
{
border-color: #34FA33;
}
.TagClassName
{
border-color: #34FA33;
}
</style>