Shades of Lime Green #34F83C
Tints of Lime Green #34F83C
RGB
CMYK
RGB Variations
Color information
#34F83C (or 0x34F83C) is known color: Lime Green. HEX triplet: 34, F8 and 3C. RGB value is (52,248,60). Sum of RGB (Red+Green+Blue) = 52+248+60=360 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.44% from 360); Green value is 248 (97.27% from 255 or 68.89% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 248 - color contains mainly: green. Hex color #34F83C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F83C is #CB07C3. Grayscale: #A8A8A8. Windows color (decimal): -13305796 or 3995700. OLE color: 3995700.
HSL color Cylindrical-coordinate representation of color #34F83C: hue angle of 122.45º degrees, saturation: 0.93, 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 #34F83C is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 52 | 248 | 60 | - |
| CMYK | 0.79 | 0 | 0.76 | 0.03 |
| HSL | 122.45º | 0.93% | 0.59% | - |
| HSV(B) | 122.45º | 0.79% | 0.97% | - |
| XYZ | 35.8 | 68.19 | 15.55 | - |
| YUV | 167.96 | 67.07 | 45.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 248 | 60 | 0.79 | 0 | 0.76 | 0.03 | 122.45 | 0.93 | 0.59 |
| Hex | 34 | F8 | 3C | 4F | 0 | 4C | 3 | 7A | 5D | 3B |
| Octal | 64 | 370 | 74 | 117 | 0 | 114 | 3 | 172 | 135 | 73 |
| Binary | 110100 | 11111000 | 111100 | 1001111 | 0 | 1001100 | 11 | 1111010 | 1011101 | 111011 |
Color Harmonies of #34F83C
Complementary color
Monochromatic Colors of #34F83C
Black with #34F83C
Text Example
Text Example
White with #34F83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F83C; }
p { color: rgb(52,248,60); }
H1.HeaderClassName
{
color: #34F83C;
}
.AnyTagClassName
{
color: #34F83C;
}
</style>
background-color css
<style>
a { background-color: #34F83C; }
a { background-color: rgb(52,248,60); }
div.DivClassName
{
background-color: #34F83C;
}
.BgClassName
{
background-color: #34F83C;
}
</style>
border-color css
<style>
span { border-color: #34F83C; }
span { border-color: rgb(52,248,60); }
td.TdClassName
{
border-color: #34F83C;
}
.TagClassName
{
border-color: #34F83C;
}
</style>