Shades of Lime Green #39F33C
Tints of Lime Green #39F33C
RGB
CMYK
RGB Variations
Color information
#39F33C (or 0x39F33C) is known color: Lime Green. HEX triplet: 39, F3 and 3C. RGB value is (57,243,60). Sum of RGB (Red+Green+Blue) = 57+243+60=360 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.83% from 360); Green value is 243 (95.31% from 255 or 67.5% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 243 - color contains mainly: green. Hex color #39F33C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #39F33C is #C60CC3. Grayscale: #A7A7A7. Windows color (decimal): -12979396 or 3994425. OLE color: 3994425.
HSL color Cylindrical-coordinate representation of color #39F33C: hue angle of 120.97º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39F33C is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 57 | 243 | 60 | - |
| CMYK | 0.77 | 0 | 0.75 | 0.05 |
| HSL | 120.97º | 0.89% | 0.59% | - |
| HSV(B) | 120.97º | 0.77% | 0.95% | - |
| XYZ | 34.55 | 65.3 | 15.06 | - |
| YUV | 166.52 | 67.88 | 49.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 243 | 60 | 0.77 | 0 | 0.75 | 0.05 | 120.97 | 0.89 | 0.59 |
| Hex | 39 | F3 | 3C | 4D | 0 | 4B | 5 | 79 | 59 | 3B |
| Octal | 71 | 363 | 74 | 115 | 0 | 113 | 5 | 171 | 131 | 73 |
| Binary | 111001 | 11110011 | 111100 | 1001101 | 0 | 1001011 | 101 | 1111001 | 1011001 | 111011 |
Color Harmonies of #39F33C
Complementary color
Monochromatic Colors of #39F33C
Black with #39F33C
Text Example
Text Example
White with #39F33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39F33C; }
p { color: rgb(57,243,60); }
H1.HeaderClassName
{
color: #39F33C;
}
.AnyTagClassName
{
color: #39F33C;
}
</style>
background-color css
<style>
a { background-color: #39F33C; }
a { background-color: rgb(57,243,60); }
div.DivClassName
{
background-color: #39F33C;
}
.BgClassName
{
background-color: #39F33C;
}
</style>
border-color css
<style>
span { border-color: #39F33C; }
span { border-color: rgb(57,243,60); }
td.TdClassName
{
border-color: #39F33C;
}
.TagClassName
{
border-color: #39F33C;
}
</style>