Shades of Lime Green #34F630
Tints of Lime Green #34F630
RGB
CMYK
RGB Variations
Color information
#34F630 (or 0x34F630) is known color: Lime Green. HEX triplet: 34, F6 and 30. RGB value is (52,246,48). Sum of RGB (Red+Green+Blue) = 52+246+48=346 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.03% from 346); Green value is 246 (96.48% from 255 or 71.10% from 346); Blue value is 48 (19.14% from 255 or 13.87% from 346); Max value from RGB is 246 - color contains mainly: green. Hex color #34F630 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F630 is #CB09CF. Grayscale: #A6A6A6. Windows color (decimal): -13306320 or 3208756. OLE color: 3208756.
HSL color Cylindrical-coordinate representation of color #34F630: hue angle of 118.79º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34F630 is Cyan = 0.79, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 52 | 246 | 48 | - |
| CMYK | 0.79 | 0 | 0.80 | 0.04 |
| HSL | 118.79º | 0.92% | 0.58% | - |
| HSV(B) | 118.79º | 0.8% | 0.96% | - |
| XYZ | 34.91 | 66.86 | 13.86 | - |
| YUV | 165.42 | 61.73 | 47.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 246 | 48 | 0.79 | 0 | 0.80 | 0.04 | 118.79 | 0.92 | 0.58 |
| Hex | 34 | F6 | 30 | 4F | 0 | 50 | 4 | 77 | 5C | 3A |
| Octal | 64 | 366 | 60 | 117 | 0 | 120 | 4 | 167 | 134 | 72 |
| Binary | 110100 | 11110110 | 110000 | 1001111 | 0 | 1010000 | 100 | 1110111 | 1011100 | 111010 |
Color Harmonies of #34F630
Complementary color
Monochromatic Colors of #34F630
Black with #34F630
Text Example
Text Example
White with #34F630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F630; }
p { color: rgb(52,246,48); }
H1.HeaderClassName
{
color: #34F630;
}
.AnyTagClassName
{
color: #34F630;
}
</style>
background-color css
<style>
a { background-color: #34F630; }
a { background-color: rgb(52,246,48); }
div.DivClassName
{
background-color: #34F630;
}
.BgClassName
{
background-color: #34F630;
}
</style>
border-color css
<style>
span { border-color: #34F630; }
span { border-color: rgb(52,246,48); }
td.TdClassName
{
border-color: #34F630;
}
.TagClassName
{
border-color: #34F630;
}
</style>