Shades of Lime Green #35C136
Tints of Lime Green #35C136
RGB
CMYK
RGB Variations
Color information
#35C136 (or 0x35C136) is known color: Lime Green. HEX triplet: 35, C1 and 36. RGB value is (53,193,54). Sum of RGB (Red+Green+Blue) = 53+193+54=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 193 (75.78% from 255 or 64.33% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 193 - color contains mainly: green. Hex color #35C136 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C136 is #CA3EC9. Grayscale: #878787. Windows color (decimal): -13254346 or 3588405. OLE color: 3588405.
HSL color Cylindrical-coordinate representation of color #35C136: hue angle of 120.43º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C136 is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 193 | 54 | - |
| CMYK | 0.73 | 0 | 0.72 | 0.24 |
| HSL | 120.43º | 0.57% | 0.48% | - |
| HSV(B) | 120.43º | 0.73% | 0.76% | - |
| XYZ | 21.2 | 39.16 | 9.93 | - |
| YUV | 135.29 | 82.12 | 69.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 193 | 54 | 0.73 | 0 | 0.72 | 0.24 | 120.43 | 0.57 | 0.48 |
| Hex | 35 | C1 | 36 | 49 | 0 | 48 | 18 | 78 | 39 | 30 |
| Octal | 65 | 301 | 66 | 111 | 0 | 110 | 30 | 170 | 71 | 60 |
| Binary | 110101 | 11000001 | 110110 | 1001001 | 0 | 1001000 | 11000 | 1111000 | 111001 | 110000 |
Color Harmonies of #35C136
Complementary color
Monochromatic Colors of #35C136
Black with #35C136
Text Example
Text Example
White with #35C136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C136; }
p { color: rgb(53,193,54); }
H1.HeaderClassName
{
color: #35C136;
}
.AnyTagClassName
{
color: #35C136;
}
</style>
background-color css
<style>
a { background-color: #35C136; }
a { background-color: rgb(53,193,54); }
div.DivClassName
{
background-color: #35C136;
}
.BgClassName
{
background-color: #35C136;
}
</style>
border-color css
<style>
span { border-color: #35C136; }
span { border-color: rgb(53,193,54); }
td.TdClassName
{
border-color: #35C136;
}
.TagClassName
{
border-color: #35C136;
}
</style>