Shades of Lime Green #39CA41
Tints of Lime Green #39CA41
RGB
CMYK
RGB Variations
Color information
#39CA41 (or 0x39CA41) is known color: Lime Green. HEX triplet: 39, CA and 41. RGB value is (57,202,65). Sum of RGB (Red+Green+Blue) = 57+202+65=324 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.59% from 324); Green value is 202 (79.30% from 255 or 62.35% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 202 - color contains mainly: green. Hex color #39CA41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39CA41 is #C635BE. Grayscale: #8F8F8F. Windows color (decimal): -12989887 or 4311609. OLE color: 4311609.
HSL color Cylindrical-coordinate representation of color #39CA41: hue angle of 123.31º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39CA41 is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 57 | 202 | 65 | - |
| CMYK | 0.72 | 0 | 0.68 | 0.21 |
| HSL | 123.31º | 0.58% | 0.51% | - |
| HSV(B) | 123.31º | 0.72% | 0.79% | - |
| XYZ | 23.76 | 43.49 | 12.14 | - |
| YUV | 143.03 | 83.96 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 202 | 65 | 0.72 | 0 | 0.68 | 0.21 | 123.31 | 0.58 | 0.51 |
| Hex | 39 | CA | 41 | 48 | 0 | 44 | 15 | 7B | 3A | 33 |
| Octal | 71 | 312 | 101 | 110 | 0 | 104 | 25 | 173 | 72 | 63 |
| Binary | 111001 | 11001010 | 1000001 | 1001000 | 0 | 1000100 | 10101 | 1111011 | 111010 | 110011 |
Color Harmonies of #39CA41
Complementary color
Monochromatic Colors of #39CA41
Black with #39CA41
Text Example
Text Example
White with #39CA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CA41; }
p { color: rgb(57,202,65); }
H1.HeaderClassName
{
color: #39CA41;
}
.AnyTagClassName
{
color: #39CA41;
}
</style>
background-color css
<style>
a { background-color: #39CA41; }
a { background-color: rgb(57,202,65); }
div.DivClassName
{
background-color: #39CA41;
}
.BgClassName
{
background-color: #39CA41;
}
</style>
border-color css
<style>
span { border-color: #39CA41; }
span { border-color: rgb(57,202,65); }
td.TdClassName
{
border-color: #39CA41;
}
.TagClassName
{
border-color: #39CA41;
}
</style>