Shades of Lime Green #34CE38
Tints of Lime Green #34CE38
RGB
CMYK
RGB Variations
Color information
#34CE38 (or 0x34CE38) is known color: Lime Green. HEX triplet: 34, CE and 38. RGB value is (52,206,56). Sum of RGB (Red+Green+Blue) = 52+206+56=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 206 (80.86% from 255 or 65.61% from 314); Blue value is 56 (22.27% from 255 or 17.83% from 314); Max value from RGB is 206 - color contains mainly: green. Hex color #34CE38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CE38 is #CB31C7. Grayscale: #8F8F8F. Windows color (decimal): -13316552 or 3722804. OLE color: 3722804.
HSL color Cylindrical-coordinate representation of color #34CE38: hue angle of 121.56º degrees, saturation: 0.61, 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 #34CE38 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 206 | 56 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.19 |
| HSL | 121.56º | 0.61% | 0.51% | - |
| HSV(B) | 121.56º | 0.75% | 0.81% | - |
| XYZ | 24.2 | 45.16 | 11.18 | - |
| YUV | 142.85 | 78.98 | 63.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 206 | 56 | 0.75 | 0 | 0.73 | 0.19 | 121.56 | 0.61 | 0.51 |
| Hex | 34 | CE | 38 | 4B | 0 | 49 | 13 | 7A | 3D | 33 |
| Octal | 64 | 316 | 70 | 113 | 0 | 111 | 23 | 172 | 75 | 63 |
| Binary | 110100 | 11001110 | 111000 | 1001011 | 0 | 1001001 | 10011 | 1111010 | 111101 | 110011 |
Color Harmonies of #34CE38
Complementary color
Monochromatic Colors of #34CE38
Black with #34CE38
Text Example
Text Example
White with #34CE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CE38; }
p { color: rgb(52,206,56); }
H1.HeaderClassName
{
color: #34CE38;
}
.AnyTagClassName
{
color: #34CE38;
}
</style>
background-color css
<style>
a { background-color: #34CE38; }
a { background-color: rgb(52,206,56); }
div.DivClassName
{
background-color: #34CE38;
}
.BgClassName
{
background-color: #34CE38;
}
</style>
border-color css
<style>
span { border-color: #34CE38; }
span { border-color: rgb(52,206,56); }
td.TdClassName
{
border-color: #34CE38;
}
.TagClassName
{
border-color: #34CE38;
}
</style>