Shades of Lime Green #36B23D
Tints of Lime Green #36B23D
RGB
CMYK
RGB Variations
Color information
#36B23D (or 0x36B23D) is known color: Lime Green. HEX triplet: 36, B2 and 3D. RGB value is (54,178,61). Sum of RGB (Red+Green+Blue) = 54+178+61=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 178 (69.92% from 255 or 60.75% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 178 - color contains mainly: green. Hex color #36B23D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36B23D is #C94DC2. Grayscale: #7F7F7F. Windows color (decimal): -13192643 or 4043318. OLE color: 4043318.
HSL color Cylindrical-coordinate representation of color #36B23D: hue angle of 123.39º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #36B23D is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 54 | 178 | 61 | - |
| CMYK | 0.70 | 0 | 0.66 | 0.30 |
| HSL | 123.39º | 0.53% | 0.45% | - |
| HSV(B) | 123.39º | 0.7% | 0.7% | - |
| XYZ | 18.28 | 32.96 | 9.81 | - |
| YUV | 127.59 | 90.42 | 75.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 178 | 61 | 0.70 | 0 | 0.66 | 0.30 | 123.39 | 0.53 | 0.45 |
| Hex | 36 | B2 | 3D | 46 | 0 | 42 | 1E | 7B | 35 | 2D |
| Octal | 66 | 262 | 75 | 106 | 0 | 102 | 36 | 173 | 65 | 55 |
| Binary | 110110 | 10110010 | 111101 | 1000110 | 0 | 1000010 | 11110 | 1111011 | 110101 | 101101 |
Color Harmonies of #36B23D
Complementary color
Monochromatic Colors of #36B23D
Black with #36B23D
Text Example
Text Example
White with #36B23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36B23D; }
p { color: rgb(54,178,61); }
H1.HeaderClassName
{
color: #36B23D;
}
.AnyTagClassName
{
color: #36B23D;
}
</style>
background-color css
<style>
a { background-color: #36B23D; }
a { background-color: rgb(54,178,61); }
div.DivClassName
{
background-color: #36B23D;
}
.BgClassName
{
background-color: #36B23D;
}
</style>
border-color css
<style>
span { border-color: #36B23D; }
span { border-color: rgb(54,178,61); }
td.TdClassName
{
border-color: #36B23D;
}
.TagClassName
{
border-color: #36B23D;
}
</style>