Shades of Lime Green #39FF30
Tints of Lime Green #39FF30
RGB
CMYK
RGB Variations
Color information
#39FF30 (or 0x39FF30) is known color: Lime Green. HEX triplet: 39, FF and 30. RGB value is (57,255,48). Sum of RGB (Red+Green+Blue) = 57+255+48=360 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.83% from 360); Green value is 255 (100% from 255 or 70.83% from 360); Blue value is 48 (19.14% from 255 or 13.33% from 360); Max value from RGB is 255 - color contains mainly: green. Hex color #39FF30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #39FF30 is #C600CF. Grayscale: #ACACAC. Windows color (decimal): -12976336 or 3211065. OLE color: 3211065.
HSL color Cylindrical-coordinate representation of color #39FF30: hue angle of 117.39º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #39FF30 is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 255 | 48 | - |
| CMYK | 0.78 | 0 | 0.81 | 0 |
| HSL | 117.39º | 1% | 0.59% | - |
| HSV(B) | 117.39º | 0.81% | 1% | - |
| XYZ | 37.98 | 72.6 | 14.81 | - |
| YUV | 172.2 | 57.9 | 45.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 255 | 48 | 0.78 | 0 | 0.81 | 0 | 117.39 | 1 | 0.59 |
| Hex | 39 | FF | 30 | 4E | 0 | 51 | 0 | 75 | 64 | 3B |
| Octal | 71 | 377 | 60 | 116 | 0 | 121 | 0 | 165 | 144 | 73 |
| Binary | 111001 | 11111111 | 110000 | 1001110 | 0 | 1010001 | 0 | 1110101 | 1100100 | 111011 |
Color Harmonies of #39FF30
Complementary color
Monochromatic Colors of #39FF30
Black with #39FF30
Text Example
Text Example
White with #39FF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FF30; }
p { color: rgb(57,255,48); }
H1.HeaderClassName
{
color: #39FF30;
}
.AnyTagClassName
{
color: #39FF30;
}
</style>
background-color css
<style>
a { background-color: #39FF30; }
a { background-color: rgb(57,255,48); }
div.DivClassName
{
background-color: #39FF30;
}
.BgClassName
{
background-color: #39FF30;
}
</style>
border-color css
<style>
span { border-color: #39FF30; }
span { border-color: rgb(57,255,48); }
td.TdClassName
{
border-color: #39FF30;
}
.TagClassName
{
border-color: #39FF30;
}
</style>