Shades of Lime Green #34CB51
Tints of Lime Green #34CB51
RGB
CMYK
RGB Variations
Color information
#34CB51 (or 0x34CB51) is known color: Lime Green. HEX triplet: 34, CB and 51. RGB value is (52,203,81). Sum of RGB (Red+Green+Blue) = 52+203+81=336 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.48% from 336); Green value is 203 (79.69% from 255 or 60.42% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 203 - color contains mainly: green. Hex color #34CB51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34CB51 is #CB34AE. Grayscale: #909090. Windows color (decimal): -13317295 or 5360436. OLE color: 5360436.
HSL color Cylindrical-coordinate representation of color #34CB51: hue angle of 131.52º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34CB51 is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 203 | 81 | - |
| CMYK | 0.74 | 0 | 0.60 | 0.20 |
| HSL | 131.52º | 0.59% | 0.5% | - |
| HSV(B) | 131.52º | 0.74% | 0.8% | - |
| XYZ | 24.26 | 44.04 | 15.01 | - |
| YUV | 143.94 | 92.47 | 62.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 203 | 81 | 0.74 | 0 | 0.60 | 0.20 | 131.52 | 0.59 | 0.5 |
| Hex | 34 | CB | 51 | 4A | 0 | 3C | 14 | 84 | 3B | 32 |
| Octal | 64 | 313 | 121 | 112 | 0 | 74 | 24 | 204 | 73 | 62 |
| Binary | 110100 | 11001011 | 1010001 | 1001010 | 0 | 111100 | 10100 | 10000100 | 111011 | 110010 |
Color Harmonies of #34CB51
Complementary color
Monochromatic Colors of #34CB51
Black with #34CB51
Text Example
Text Example
White with #34CB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CB51; }
p { color: rgb(52,203,81); }
H1.HeaderClassName
{
color: #34CB51;
}
.AnyTagClassName
{
color: #34CB51;
}
</style>
background-color css
<style>
a { background-color: #34CB51; }
a { background-color: rgb(52,203,81); }
div.DivClassName
{
background-color: #34CB51;
}
.BgClassName
{
background-color: #34CB51;
}
</style>
border-color css
<style>
span { border-color: #34CB51; }
span { border-color: rgb(52,203,81); }
td.TdClassName
{
border-color: #34CB51;
}
.TagClassName
{
border-color: #34CB51;
}
</style>