Shades of Lime Green #34CF55
Tints of Lime Green #34CF55
RGB
CMYK
RGB Variations
Color information
#34CF55 (or 0x34CF55) is known color: Lime Green. HEX triplet: 34, CF and 55. RGB value is (52,207,85). Sum of RGB (Red+Green+Blue) = 52+207+85=344 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.12% from 344); Green value is 207 (81.25% from 255 or 60.17% from 344); Blue value is 85 (33.59% from 255 or 24.71% from 344); Max value from RGB is 207 - color contains mainly: green. Hex color #34CF55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34CF55 is #CB30AA. Grayscale: #939393. Windows color (decimal): -13316267 or 5623604. OLE color: 5623604.
HSL color Cylindrical-coordinate representation of color #34CF55: hue angle of 132.77º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34CF55 is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 207 | 85 | - |
| CMYK | 0.75 | 0 | 0.59 | 0.19 |
| HSL | 132.77º | 0.62% | 0.51% | - |
| HSV(B) | 132.77º | 0.75% | 0.81% | - |
| XYZ | 25.37 | 46.01 | 16.14 | - |
| YUV | 146.75 | 93.15 | 60.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 207 | 85 | 0.75 | 0 | 0.59 | 0.19 | 132.77 | 0.62 | 0.51 |
| Hex | 34 | CF | 55 | 4B | 0 | 3B | 13 | 85 | 3E | 33 |
| Octal | 64 | 317 | 125 | 113 | 0 | 73 | 23 | 205 | 76 | 63 |
| Binary | 110100 | 11001111 | 1010101 | 1001011 | 0 | 111011 | 10011 | 10000101 | 111110 | 110011 |
Color Harmonies of #34CF55
Complementary color
Monochromatic Colors of #34CF55
Black with #34CF55
Text Example
Text Example
White with #34CF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CF55; }
p { color: rgb(52,207,85); }
H1.HeaderClassName
{
color: #34CF55;
}
.AnyTagClassName
{
color: #34CF55;
}
</style>
background-color css
<style>
a { background-color: #34CF55; }
a { background-color: rgb(52,207,85); }
div.DivClassName
{
background-color: #34CF55;
}
.BgClassName
{
background-color: #34CF55;
}
</style>
border-color css
<style>
span { border-color: #34CF55; }
span { border-color: rgb(52,207,85); }
td.TdClassName
{
border-color: #34CF55;
}
.TagClassName
{
border-color: #34CF55;
}
</style>