Shades of Lime Green #34F74C
Tints of Lime Green #34F74C
RGB
CMYK
RGB Variations
Color information
#34F74C (or 0x34F74C) is known color: Lime Green. HEX triplet: 34, F7 and 4C. RGB value is (52,247,76). Sum of RGB (Red+Green+Blue) = 52+247+76=375 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.87% from 375); Green value is 247 (96.88% from 255 or 65.87% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 247 - color contains mainly: green. Hex color #34F74C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F74C is #CB08B3. Grayscale: #A9A9A9. Windows color (decimal): -13306036 or 5044020. OLE color: 5044020.
HSL color Cylindrical-coordinate representation of color #34F74C: hue angle of 127.38º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34F74C is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 52 | 247 | 76 | - |
| CMYK | 0.79 | 0 | 0.69 | 0.03 |
| HSL | 127.38º | 0.92% | 0.59% | - |
| HSV(B) | 127.38º | 0.79% | 0.97% | - |
| XYZ | 35.98 | 67.77 | 18.02 | - |
| YUV | 169.2 | 75.4 | 44.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 247 | 76 | 0.79 | 0 | 0.69 | 0.03 | 127.38 | 0.92 | 0.59 |
| Hex | 34 | F7 | 4C | 4F | 0 | 45 | 3 | 7F | 5C | 3B |
| Octal | 64 | 367 | 114 | 117 | 0 | 105 | 3 | 177 | 134 | 73 |
| Binary | 110100 | 11110111 | 1001100 | 1001111 | 0 | 1000101 | 11 | 1111111 | 1011100 | 111011 |
Color Harmonies of #34F74C
Complementary color
Monochromatic Colors of #34F74C
Black with #34F74C
Text Example
Text Example
White with #34F74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F74C; }
p { color: rgb(52,247,76); }
H1.HeaderClassName
{
color: #34F74C;
}
.AnyTagClassName
{
color: #34F74C;
}
</style>
background-color css
<style>
a { background-color: #34F74C; }
a { background-color: rgb(52,247,76); }
div.DivClassName
{
background-color: #34F74C;
}
.BgClassName
{
background-color: #34F74C;
}
</style>
border-color css
<style>
span { border-color: #34F74C; }
span { border-color: rgb(52,247,76); }
td.TdClassName
{
border-color: #34F74C;
}
.TagClassName
{
border-color: #34F74C;
}
</style>