Shades of Lime Green #34CD3C
Tints of Lime Green #34CD3C
RGB
CMYK
RGB Variations
Color information
#34CD3C (or 0x34CD3C) is known color: Lime Green. HEX triplet: 34, CD and 3C. RGB value is (52,205,60). Sum of RGB (Red+Green+Blue) = 52+205+60=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 205 (80.47% from 255 or 64.67% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 205 - color contains mainly: green. Hex color #34CD3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CD3C is #CB32C3. Grayscale: #8F8F8F. Windows color (decimal): -13316804 or 3984692. OLE color: 3984692.
HSL color Cylindrical-coordinate representation of color #34CD3C: hue angle of 123.14º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34CD3C is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 205 | 60 | - |
| CMYK | 0.75 | 0 | 0.71 | 0.20 |
| HSL | 123.14º | 0.6% | 0.5% | - |
| HSV(B) | 123.14º | 0.75% | 0.8% | - |
| XYZ | 24.06 | 44.72 | 11.64 | - |
| YUV | 142.72 | 81.31 | 63.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 205 | 60 | 0.75 | 0 | 0.71 | 0.20 | 123.14 | 0.6 | 0.5 |
| Hex | 34 | CD | 3C | 4B | 0 | 47 | 14 | 7B | 3C | 32 |
| Octal | 64 | 315 | 74 | 113 | 0 | 107 | 24 | 173 | 74 | 62 |
| Binary | 110100 | 11001101 | 111100 | 1001011 | 0 | 1000111 | 10100 | 1111011 | 111100 | 110010 |
Color Harmonies of #34CD3C
Complementary color
Monochromatic Colors of #34CD3C
Black with #34CD3C
Text Example
Text Example
White with #34CD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CD3C; }
p { color: rgb(52,205,60); }
H1.HeaderClassName
{
color: #34CD3C;
}
.AnyTagClassName
{
color: #34CD3C;
}
</style>
background-color css
<style>
a { background-color: #34CD3C; }
a { background-color: rgb(52,205,60); }
div.DivClassName
{
background-color: #34CD3C;
}
.BgClassName
{
background-color: #34CD3C;
}
</style>
border-color css
<style>
span { border-color: #34CD3C; }
span { border-color: rgb(52,205,60); }
td.TdClassName
{
border-color: #34CD3C;
}
.TagClassName
{
border-color: #34CD3C;
}
</style>