Shades of Lime Green #34CF53
Tints of Lime Green #34CF53
RGB
CMYK
RGB Variations
Color information
#34CF53 (or 0x34CF53) is known color: Lime Green. HEX triplet: 34, CF and 53. RGB value is (52,207,83). Sum of RGB (Red+Green+Blue) = 52+207+83=342 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.20% from 342); Green value is 207 (81.25% from 255 or 60.53% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 207 - color contains mainly: green. Hex color #34CF53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34CF53 is #CB30AC. Grayscale: #929292. Windows color (decimal): -13316269 or 5492532. OLE color: 5492532.
HSL color Cylindrical-coordinate representation of color #34CF53: hue angle of 132º 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 #34CF53 is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 207 | 83 | - |
| CMYK | 0.75 | 0 | 0.60 | 0.19 |
| HSL | 132º | 0.62% | 0.51% | - |
| HSV(B) | 132º | 0.75% | 0.81% | - |
| XYZ | 25.29 | 45.98 | 15.73 | - |
| YUV | 146.52 | 92.15 | 60.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 207 | 83 | 0.75 | 0 | 0.60 | 0.19 | 132 | 0.62 | 0.51 |
| Hex | 34 | CF | 53 | 4B | 0 | 3C | 13 | 84 | 3E | 33 |
| Octal | 64 | 317 | 123 | 113 | 0 | 74 | 23 | 204 | 76 | 63 |
| Binary | 110100 | 11001111 | 1010011 | 1001011 | 0 | 111100 | 10011 | 10000100 | 111110 | 110011 |
Color Harmonies of #34CF53
Complementary color
Monochromatic Colors of #34CF53
Black with #34CF53
Text Example
Text Example
White with #34CF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CF53; }
p { color: rgb(52,207,83); }
H1.HeaderClassName
{
color: #34CF53;
}
.AnyTagClassName
{
color: #34CF53;
}
</style>
background-color css
<style>
a { background-color: #34CF53; }
a { background-color: rgb(52,207,83); }
div.DivClassName
{
background-color: #34CF53;
}
.BgClassName
{
background-color: #34CF53;
}
</style>
border-color css
<style>
span { border-color: #34CF53; }
span { border-color: rgb(52,207,83); }
td.TdClassName
{
border-color: #34CF53;
}
.TagClassName
{
border-color: #34CF53;
}
</style>