Shades of Lime Green #36D341
Tints of Lime Green #36D341
RGB
CMYK
RGB Variations
Color information
#36D341 (or 0x36D341) is known color: Lime Green. HEX triplet: 36, D3 and 41. RGB value is (54,211,65). Sum of RGB (Red+Green+Blue) = 54+211+65=330 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.36% from 330); Green value is 211 (82.81% from 255 or 63.94% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 211 - color contains mainly: green. Hex color #36D341 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36D341 is #C92CBE. Grayscale: #939393. Windows color (decimal): -13184191 or 4313910. OLE color: 4313910.
HSL color Cylindrical-coordinate representation of color #36D341: hue angle of 124.2º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36D341 is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 54 | 211 | 65 | - |
| CMYK | 0.74 | 0 | 0.69 | 0.17 |
| HSL | 124.2º | 0.64% | 0.52% | - |
| HSV(B) | 124.2º | 0.74% | 0.83% | - |
| XYZ | 25.77 | 47.75 | 12.86 | - |
| YUV | 147.41 | 81.49 | 61.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 211 | 65 | 0.74 | 0 | 0.69 | 0.17 | 124.2 | 0.64 | 0.52 |
| Hex | 36 | D3 | 41 | 4A | 0 | 45 | 11 | 7C | 40 | 34 |
| Octal | 66 | 323 | 101 | 112 | 0 | 105 | 21 | 174 | 100 | 64 |
| Binary | 110110 | 11010011 | 1000001 | 1001010 | 0 | 1000101 | 10001 | 1111100 | 1000000 | 110100 |
Color Harmonies of #36D341
Complementary color
Monochromatic Colors of #36D341
Black with #36D341
Text Example
Text Example
White with #36D341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D341; }
p { color: rgb(54,211,65); }
H1.HeaderClassName
{
color: #36D341;
}
.AnyTagClassName
{
color: #36D341;
}
</style>
background-color css
<style>
a { background-color: #36D341; }
a { background-color: rgb(54,211,65); }
div.DivClassName
{
background-color: #36D341;
}
.BgClassName
{
background-color: #36D341;
}
</style>
border-color css
<style>
span { border-color: #36D341; }
span { border-color: rgb(54,211,65); }
td.TdClassName
{
border-color: #36D341;
}
.TagClassName
{
border-color: #36D341;
}
</style>