Shades of Lime Green #34BE3C
Tints of Lime Green #34BE3C
RGB
CMYK
RGB Variations
Color information
#34BE3C (or 0x34BE3C) is known color: Lime Green. HEX triplet: 34, BE and 3C. RGB value is (52,190,60). Sum of RGB (Red+Green+Blue) = 52+190+60=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 190 (74.61% from 255 or 62.91% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 190 - color contains mainly: green. Hex color #34BE3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BE3C is #CB41C3. Grayscale: #868686. Windows color (decimal): -13320644 or 3980852. OLE color: 3980852.
HSL color Cylindrical-coordinate representation of color #34BE3C: hue angle of 123.48º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34BE3C is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 190 | 60 | - |
| CMYK | 0.73 | 0 | 0.68 | 0.25 |
| HSL | 123.48º | 0.57% | 0.47% | - |
| HSV(B) | 123.48º | 0.73% | 0.75% | - |
| XYZ | 20.65 | 37.88 | 10.5 | - |
| YUV | 133.92 | 86.28 | 69.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 190 | 60 | 0.73 | 0 | 0.68 | 0.25 | 123.48 | 0.57 | 0.47 |
| Hex | 34 | BE | 3C | 49 | 0 | 44 | 19 | 7B | 39 | 2F |
| Octal | 64 | 276 | 74 | 111 | 0 | 104 | 31 | 173 | 71 | 57 |
| Binary | 110100 | 10111110 | 111100 | 1001001 | 0 | 1000100 | 11001 | 1111011 | 111001 | 101111 |
Color Harmonies of #34BE3C
Complementary color
Monochromatic Colors of #34BE3C
Black with #34BE3C
Text Example
Text Example
White with #34BE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BE3C; }
p { color: rgb(52,190,60); }
H1.HeaderClassName
{
color: #34BE3C;
}
.AnyTagClassName
{
color: #34BE3C;
}
</style>
background-color css
<style>
a { background-color: #34BE3C; }
a { background-color: rgb(52,190,60); }
div.DivClassName
{
background-color: #34BE3C;
}
.BgClassName
{
background-color: #34BE3C;
}
</style>
border-color css
<style>
span { border-color: #34BE3C; }
span { border-color: rgb(52,190,60); }
td.TdClassName
{
border-color: #34BE3C;
}
.TagClassName
{
border-color: #34BE3C;
}
</style>