Shades of Lime Green #34C538
Tints of Lime Green #34C538
RGB
CMYK
RGB Variations
Color information
#34C538 (or 0x34C538) is known color: Lime Green. HEX triplet: 34, C5 and 38. RGB value is (52,197,56). Sum of RGB (Red+Green+Blue) = 52+197+56=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 197 (77.34% from 255 or 64.59% from 305); Blue value is 56 (22.27% from 255 or 18.36% from 305); Max value from RGB is 197 - color contains mainly: green. Hex color #34C538 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C538 is #CB3AC7. Grayscale: #898989. Windows color (decimal): -13318856 or 3720500. OLE color: 3720500.
HSL color Cylindrical-coordinate representation of color #34C538: hue angle of 121.66º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34C538 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 52 | 197 | 56 | - |
| CMYK | 0.74 | 0 | 0.72 | 0.23 |
| HSL | 121.66º | 0.58% | 0.49% | - |
| HSV(B) | 121.66º | 0.74% | 0.77% | - |
| XYZ | 22.1 | 40.95 | 10.48 | - |
| YUV | 137.57 | 81.96 | 66.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 197 | 56 | 0.74 | 0 | 0.72 | 0.23 | 121.66 | 0.58 | 0.49 |
| Hex | 34 | C5 | 38 | 4A | 0 | 48 | 17 | 7A | 3A | 31 |
| Octal | 64 | 305 | 70 | 112 | 0 | 110 | 27 | 172 | 72 | 61 |
| Binary | 110100 | 11000101 | 111000 | 1001010 | 0 | 1001000 | 10111 | 1111010 | 111010 | 110001 |
Color Harmonies of #34C538
Complementary color
Monochromatic Colors of #34C538
Black with #34C538
Text Example
Text Example
White with #34C538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C538; }
p { color: rgb(52,197,56); }
H1.HeaderClassName
{
color: #34C538;
}
.AnyTagClassName
{
color: #34C538;
}
</style>
background-color css
<style>
a { background-color: #34C538; }
a { background-color: rgb(52,197,56); }
div.DivClassName
{
background-color: #34C538;
}
.BgClassName
{
background-color: #34C538;
}
</style>
border-color css
<style>
span { border-color: #34C538; }
span { border-color: rgb(52,197,56); }
td.TdClassName
{
border-color: #34C538;
}
.TagClassName
{
border-color: #34C538;
}
</style>