Shades of Lime Green #34F830
Tints of Lime Green #34F830
RGB
CMYK
RGB Variations
Color information
#34F830 (or 0x34F830) is known color: Lime Green. HEX triplet: 34, F8 and 30. RGB value is (52,248,48). Sum of RGB (Red+Green+Blue) = 52+248+48=348 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.94% from 348); Green value is 248 (97.27% from 255 or 71.26% from 348); Blue value is 48 (19.14% from 255 or 13.79% from 348); Max value from RGB is 248 - color contains mainly: green. Hex color #34F830 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F830 is #CB07CF. Grayscale: #A7A7A7. Windows color (decimal): -13305808 or 3209268. OLE color: 3209268.
HSL color Cylindrical-coordinate representation of color #34F830: hue angle of 118.8º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #34F830 is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 52 | 248 | 48 | - |
| CMYK | 0.79 | 0 | 0.81 | 0.03 |
| HSL | 118.8º | 0.93% | 0.58% | - |
| HSV(B) | 118.8º | 0.81% | 0.97% | - |
| XYZ | 35.52 | 68.08 | 14.06 | - |
| YUV | 166.6 | 61.07 | 46.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 248 | 48 | 0.79 | 0 | 0.81 | 0.03 | 118.8 | 0.93 | 0.58 |
| Hex | 34 | F8 | 30 | 4F | 0 | 51 | 3 | 77 | 5D | 3A |
| Octal | 64 | 370 | 60 | 117 | 0 | 121 | 3 | 167 | 135 | 72 |
| Binary | 110100 | 11111000 | 110000 | 1001111 | 0 | 1010001 | 11 | 1110111 | 1011101 | 111010 |
Color Harmonies of #34F830
Complementary color
Monochromatic Colors of #34F830
Black with #34F830
Text Example
Text Example
White with #34F830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F830; }
p { color: rgb(52,248,48); }
H1.HeaderClassName
{
color: #34F830;
}
.AnyTagClassName
{
color: #34F830;
}
</style>
background-color css
<style>
a { background-color: #34F830; }
a { background-color: rgb(52,248,48); }
div.DivClassName
{
background-color: #34F830;
}
.BgClassName
{
background-color: #34F830;
}
</style>
border-color css
<style>
span { border-color: #34F830; }
span { border-color: rgb(52,248,48); }
td.TdClassName
{
border-color: #34F830;
}
.TagClassName
{
border-color: #34F830;
}
</style>