Shades of Lime Green #39C348
Tints of Lime Green #39C348
RGB
CMYK
RGB Variations
Color information
#39C348 (or 0x39C348) is known color: Lime Green. HEX triplet: 39, C3 and 48. RGB value is (57,195,72). Sum of RGB (Red+Green+Blue) = 57+195+72=324 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.59% from 324); Green value is 195 (76.56% from 255 or 60.19% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 195 - color contains mainly: green. Hex color #39C348 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39C348 is #C63CB7. Grayscale: #8C8C8C. Windows color (decimal): -12991672 or 4768569. OLE color: 4768569.
HSL color Cylindrical-coordinate representation of color #39C348: hue angle of 126.52º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #39C348 is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 57 | 195 | 72 | - |
| CMYK | 0.71 | 0 | 0.63 | 0.24 |
| HSL | 126.52º | 0.55% | 0.49% | - |
| HSV(B) | 126.52º | 0.71% | 0.76% | - |
| XYZ | 22.37 | 40.37 | 12.74 | - |
| YUV | 139.72 | 89.78 | 69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 195 | 72 | 0.71 | 0 | 0.63 | 0.24 | 126.52 | 0.55 | 0.49 |
| Hex | 39 | C3 | 48 | 47 | 0 | 3F | 18 | 7F | 37 | 31 |
| Octal | 71 | 303 | 110 | 107 | 0 | 77 | 30 | 177 | 67 | 61 |
| Binary | 111001 | 11000011 | 1001000 | 1000111 | 0 | 111111 | 11000 | 1111111 | 110111 | 110001 |
Color Harmonies of #39C348
Complementary color
Monochromatic Colors of #39C348
Black with #39C348
Text Example
Text Example
White with #39C348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C348; }
p { color: rgb(57,195,72); }
H1.HeaderClassName
{
color: #39C348;
}
.AnyTagClassName
{
color: #39C348;
}
</style>
background-color css
<style>
a { background-color: #39C348; }
a { background-color: rgb(57,195,72); }
div.DivClassName
{
background-color: #39C348;
}
.BgClassName
{
background-color: #39C348;
}
</style>
border-color css
<style>
span { border-color: #39C348; }
span { border-color: rgb(57,195,72); }
td.TdClassName
{
border-color: #39C348;
}
.TagClassName
{
border-color: #39C348;
}
</style>