Shades of Lime Green #34FD3C
Tints of Lime Green #34FD3C
RGB
CMYK
RGB Variations
Color information
#34FD3C (or 0x34FD3C) is known color: Lime Green. HEX triplet: 34, FD and 3C. RGB value is (52,253,60). Sum of RGB (Red+Green+Blue) = 52+253+60=365 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.25% from 365); Green value is 253 (99.22% from 255 or 69.32% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 253 - color contains mainly: green. Hex color #34FD3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34FD3C is #CB02C3. Grayscale: #ABABAB. Windows color (decimal): -13304516 or 3996980. OLE color: 3996980.
HSL color Cylindrical-coordinate representation of color #34FD3C: hue angle of 122.39º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34FD3C is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 253 | 60 | - |
| CMYK | 0.79 | 0 | 0.76 | 0.01 |
| HSL | 122.39º | 0.98% | 0.6% | - |
| HSV(B) | 122.39º | 0.79% | 0.99% | - |
| XYZ | 37.36 | 71.31 | 16.07 | - |
| YUV | 170.9 | 65.41 | 43.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 253 | 60 | 0.79 | 0 | 0.76 | 0.01 | 122.39 | 0.98 | 0.6 |
| Hex | 34 | FD | 3C | 4F | 0 | 4C | 1 | 7A | 62 | 3C |
| Octal | 64 | 375 | 74 | 117 | 0 | 114 | 1 | 172 | 142 | 74 |
| Binary | 110100 | 11111101 | 111100 | 1001111 | 0 | 1001100 | 1 | 1111010 | 1100010 | 111100 |
Color Harmonies of #34FD3C
Complementary color
Monochromatic Colors of #34FD3C
Black with #34FD3C
Text Example
Text Example
White with #34FD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FD3C; }
p { color: rgb(52,253,60); }
H1.HeaderClassName
{
color: #34FD3C;
}
.AnyTagClassName
{
color: #34FD3C;
}
</style>
background-color css
<style>
a { background-color: #34FD3C; }
a { background-color: rgb(52,253,60); }
div.DivClassName
{
background-color: #34FD3C;
}
.BgClassName
{
background-color: #34FD3C;
}
</style>
border-color css
<style>
span { border-color: #34FD3C; }
span { border-color: rgb(52,253,60); }
td.TdClassName
{
border-color: #34FD3C;
}
.TagClassName
{
border-color: #34FD3C;
}
</style>