Shades of Lime Green #34E93F
Tints of Lime Green #34E93F
RGB
CMYK
RGB Variations
Color information
#34E93F (or 0x34E93F) is known color: Lime Green. HEX triplet: 34, E9 and 3F. RGB value is (52,233,63). Sum of RGB (Red+Green+Blue) = 52+233+63=348 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.94% from 348); Green value is 233 (91.41% from 255 or 66.95% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 233 - color contains mainly: green. Hex color #34E93F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34E93F is #CB16C0. Grayscale: #A0A0A0. Windows color (decimal): -13309633 or 4188468. OLE color: 4188468.
HSL color Cylindrical-coordinate representation of color #34E93F: hue angle of 123.65º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34E93F is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 52 | 233 | 63 | - |
| CMYK | 0.78 | 0 | 0.73 | 0.09 |
| HSL | 123.65º | 0.8% | 0.56% | - |
| HSV(B) | 123.65º | 0.78% | 0.91% | - |
| XYZ | 31.45 | 59.37 | 14.5 | - |
| YUV | 159.5 | 73.53 | 51.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 233 | 63 | 0.78 | 0 | 0.73 | 0.09 | 123.65 | 0.8 | 0.56 |
| Hex | 34 | E9 | 3F | 4E | 0 | 49 | 9 | 7C | 50 | 38 |
| Octal | 64 | 351 | 77 | 116 | 0 | 111 | 11 | 174 | 120 | 70 |
| Binary | 110100 | 11101001 | 111111 | 1001110 | 0 | 1001001 | 1001 | 1111100 | 1010000 | 111000 |
Color Harmonies of #34E93F
Complementary color
Monochromatic Colors of #34E93F
Black with #34E93F
Text Example
Text Example
White with #34E93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E93F; }
p { color: rgb(52,233,63); }
H1.HeaderClassName
{
color: #34E93F;
}
.AnyTagClassName
{
color: #34E93F;
}
</style>
background-color css
<style>
a { background-color: #34E93F; }
a { background-color: rgb(52,233,63); }
div.DivClassName
{
background-color: #34E93F;
}
.BgClassName
{
background-color: #34E93F;
}
</style>
border-color css
<style>
span { border-color: #34E93F; }
span { border-color: rgb(52,233,63); }
td.TdClassName
{
border-color: #34E93F;
}
.TagClassName
{
border-color: #34E93F;
}
</style>