Shades of Lime Green #34FF38
Tints of Lime Green #34FF38
RGB
CMYK
RGB Variations
Color information
#34FF38 (or 0x34FF38) is known color: Lime Green. HEX triplet: 34, FF and 38. RGB value is (52,255,56). Sum of RGB (Red+Green+Blue) = 52+255+56=363 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.33% from 363); Green value is 255 (100% from 255 or 70.25% from 363); Blue value is 56 (22.27% from 255 or 15.43% from 363); Max value from RGB is 255 - color contains mainly: green. Hex color #34FF38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34FF38 is #CB00C7. Grayscale: #ACACAC. Windows color (decimal): -13304008 or 3735348. OLE color: 3735348.
HSL color Cylindrical-coordinate representation of color #34FF38: hue angle of 121.18º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34FF38 is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 255 | 56 | - |
| CMYK | 0.80 | 0 | 0.78 | 0 |
| HSL | 121.18º | 1% | 0.6% | - |
| HSV(B) | 121.18º | 0.8% | 1% | - |
| XYZ | 37.89 | 72.54 | 15.75 | - |
| YUV | 171.62 | 62.75 | 42.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 255 | 56 | 0.80 | 0 | 0.78 | 0 | 121.18 | 1 | 0.6 |
| Hex | 34 | FF | 38 | 50 | 0 | 4E | 0 | 79 | 64 | 3C |
| Octal | 64 | 377 | 70 | 120 | 0 | 116 | 0 | 171 | 144 | 74 |
| Binary | 110100 | 11111111 | 111000 | 1010000 | 0 | 1001110 | 0 | 1111001 | 1100100 | 111100 |
Color Harmonies of #34FF38
Complementary color
Monochromatic Colors of #34FF38
Black with #34FF38
Text Example
Text Example
White with #34FF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FF38; }
p { color: rgb(52,255,56); }
H1.HeaderClassName
{
color: #34FF38;
}
.AnyTagClassName
{
color: #34FF38;
}
</style>
background-color css
<style>
a { background-color: #34FF38; }
a { background-color: rgb(52,255,56); }
div.DivClassName
{
background-color: #34FF38;
}
.BgClassName
{
background-color: #34FF38;
}
</style>
border-color css
<style>
span { border-color: #34FF38; }
span { border-color: rgb(52,255,56); }
td.TdClassName
{
border-color: #34FF38;
}
.TagClassName
{
border-color: #34FF38;
}
</style>