Shades of Lime Green #36CA3D
Tints of Lime Green #36CA3D
RGB
CMYK
RGB Variations
Color information
#36CA3D (or 0x36CA3D) is known color: Lime Green. HEX triplet: 36, CA and 3D. RGB value is (54,202,61). Sum of RGB (Red+Green+Blue) = 54+202+61=317 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.03% from 317); Green value is 202 (79.30% from 255 or 63.72% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 202 - color contains mainly: green. Hex color #36CA3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36CA3D is #C935C2. Grayscale: #8E8E8E. Windows color (decimal): -13186499 or 4049462. OLE color: 4049462.
HSL color Cylindrical-coordinate representation of color #36CA3D: hue angle of 122.84º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36CA3D is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 54 | 202 | 61 | - |
| CMYK | 0.73 | 0 | 0.70 | 0.21 |
| HSL | 122.84º | 0.58% | 0.5% | - |
| HSV(B) | 122.84º | 0.73% | 0.79% | - |
| XYZ | 23.48 | 43.36 | 11.55 | - |
| YUV | 141.67 | 82.47 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 202 | 61 | 0.73 | 0 | 0.70 | 0.21 | 122.84 | 0.58 | 0.5 |
| Hex | 36 | CA | 3D | 49 | 0 | 46 | 15 | 7B | 3A | 32 |
| Octal | 66 | 312 | 75 | 111 | 0 | 106 | 25 | 173 | 72 | 62 |
| Binary | 110110 | 11001010 | 111101 | 1001001 | 0 | 1000110 | 10101 | 1111011 | 111010 | 110010 |
Color Harmonies of #36CA3D
Complementary color
Monochromatic Colors of #36CA3D
Black with #36CA3D
Text Example
Text Example
White with #36CA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CA3D; }
p { color: rgb(54,202,61); }
H1.HeaderClassName
{
color: #36CA3D;
}
.AnyTagClassName
{
color: #36CA3D;
}
</style>
background-color css
<style>
a { background-color: #36CA3D; }
a { background-color: rgb(54,202,61); }
div.DivClassName
{
background-color: #36CA3D;
}
.BgClassName
{
background-color: #36CA3D;
}
</style>
border-color css
<style>
span { border-color: #36CA3D; }
span { border-color: rgb(54,202,61); }
td.TdClassName
{
border-color: #36CA3D;
}
.TagClassName
{
border-color: #36CA3D;
}
</style>