Shades of Lime Green #34CF37
Tints of Lime Green #34CF37
RGB
CMYK
RGB Variations
Color information
#34CF37 (or 0x34CF37) is known color: Lime Green. HEX triplet: 34, CF and 37. RGB value is (52,207,55). Sum of RGB (Red+Green+Blue) = 52+207+55=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 207 (81.25% from 255 or 65.92% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 207 - color contains mainly: green. Hex color #34CF37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CF37 is #CB30C8. Grayscale: #8F8F8F. Windows color (decimal): -13316297 or 3657524. OLE color: 3657524.
HSL color Cylindrical-coordinate representation of color #34CF37: hue angle of 121.16º 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 #34CF37 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 207 | 55 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.19 |
| HSL | 121.16º | 0.62% | 0.51% | - |
| HSV(B) | 121.16º | 0.75% | 0.81% | - |
| XYZ | 24.42 | 45.63 | 11.14 | - |
| YUV | 143.33 | 78.15 | 62.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 207 | 55 | 0.75 | 0 | 0.73 | 0.19 | 121.16 | 0.62 | 0.51 |
| Hex | 34 | CF | 37 | 4B | 0 | 49 | 13 | 79 | 3E | 33 |
| Octal | 64 | 317 | 67 | 113 | 0 | 111 | 23 | 171 | 76 | 63 |
| Binary | 110100 | 11001111 | 110111 | 1001011 | 0 | 1001001 | 10011 | 1111001 | 111110 | 110011 |
Color Harmonies of #34CF37
Complementary color
Monochromatic Colors of #34CF37
Black with #34CF37
Text Example
Text Example
White with #34CF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CF37; }
p { color: rgb(52,207,55); }
H1.HeaderClassName
{
color: #34CF37;
}
.AnyTagClassName
{
color: #34CF37;
}
</style>
background-color css
<style>
a { background-color: #34CF37; }
a { background-color: rgb(52,207,55); }
div.DivClassName
{
background-color: #34CF37;
}
.BgClassName
{
background-color: #34CF37;
}
</style>
border-color css
<style>
span { border-color: #34CF37; }
span { border-color: rgb(52,207,55); }
td.TdClassName
{
border-color: #34CF37;
}
.TagClassName
{
border-color: #34CF37;
}
</style>