Shades of Lime Green #39FF34
Tints of Lime Green #39FF34
RGB
CMYK
RGB Variations
Color information
#39FF34 (or 0x39FF34) is known color: Lime Green. HEX triplet: 39, FF and 34. RGB value is (57,255,52). Sum of RGB (Red+Green+Blue) = 57+255+52=364 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.66% from 364); Green value is 255 (100% from 255 or 70.05% from 364); Blue value is 52 (20.70% from 255 or 14.29% from 364); Max value from RGB is 255 - color contains mainly: green. Hex color #39FF34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #39FF34 is #C600CB. Grayscale: #ADADAD. Windows color (decimal): -12976332 or 3473209. OLE color: 3473209.
HSL color Cylindrical-coordinate representation of color #39FF34: hue angle of 118.52º 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 #39FF34 is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 255 | 52 | - |
| CMYK | 0.78 | 0 | 0.80 | 0 |
| HSL | 118.52º | 1% | 0.6% | - |
| HSV(B) | 118.52º | 0.8% | 1% | - |
| XYZ | 38.07 | 72.64 | 15.26 | - |
| YUV | 172.66 | 59.9 | 45.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 255 | 52 | 0.78 | 0 | 0.80 | 0 | 118.52 | 1 | 0.6 |
| Hex | 39 | FF | 34 | 4E | 0 | 50 | 0 | 77 | 64 | 3C |
| Octal | 71 | 377 | 64 | 116 | 0 | 120 | 0 | 167 | 144 | 74 |
| Binary | 111001 | 11111111 | 110100 | 1001110 | 0 | 1010000 | 0 | 1110111 | 1100100 | 111100 |
Color Harmonies of #39FF34
Complementary color
Monochromatic Colors of #39FF34
Black with #39FF34
Text Example
Text Example
White with #39FF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FF34; }
p { color: rgb(57,255,52); }
H1.HeaderClassName
{
color: #39FF34;
}
.AnyTagClassName
{
color: #39FF34;
}
</style>
background-color css
<style>
a { background-color: #39FF34; }
a { background-color: rgb(57,255,52); }
div.DivClassName
{
background-color: #39FF34;
}
.BgClassName
{
background-color: #39FF34;
}
</style>
border-color css
<style>
span { border-color: #39FF34; }
span { border-color: rgb(57,255,52); }
td.TdClassName
{
border-color: #39FF34;
}
.TagClassName
{
border-color: #39FF34;
}
</style>