Shades of Lime Green #35C145
Tints of Lime Green #35C145
RGB
CMYK
RGB Variations
Color information
#35C145 (or 0x35C145) is known color: Lime Green. HEX triplet: 35, C1 and 45. RGB value is (53,193,69). Sum of RGB (Red+Green+Blue) = 53+193+69=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 193 (75.78% from 255 or 61.27% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 193 - color contains mainly: green. Hex color #35C145 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C145 is #CA3EBA. Grayscale: #898989. Windows color (decimal): -13254331 or 4571445. OLE color: 4571445.
HSL color Cylindrical-coordinate representation of color #35C145: hue angle of 126.86º 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 #35C145 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 193 | 69 | - |
| CMYK | 0.73 | 0 | 0.64 | 0.24 |
| HSL | 126.86º | 0.57% | 0.48% | - |
| HSV(B) | 126.86º | 0.73% | 0.76% | - |
| XYZ | 21.61 | 39.33 | 12.08 | - |
| YUV | 137 | 89.62 | 68.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 193 | 69 | 0.73 | 0 | 0.64 | 0.24 | 126.86 | 0.57 | 0.48 |
| Hex | 35 | C1 | 45 | 49 | 0 | 40 | 18 | 7F | 39 | 30 |
| Octal | 65 | 301 | 105 | 111 | 0 | 100 | 30 | 177 | 71 | 60 |
| Binary | 110101 | 11000001 | 1000101 | 1001001 | 0 | 1000000 | 11000 | 1111111 | 111001 | 110000 |
Color Harmonies of #35C145
Complementary color
Monochromatic Colors of #35C145
Black with #35C145
Text Example
Text Example
White with #35C145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C145; }
p { color: rgb(53,193,69); }
H1.HeaderClassName
{
color: #35C145;
}
.AnyTagClassName
{
color: #35C145;
}
</style>
background-color css
<style>
a { background-color: #35C145; }
a { background-color: rgb(53,193,69); }
div.DivClassName
{
background-color: #35C145;
}
.BgClassName
{
background-color: #35C145;
}
</style>
border-color css
<style>
span { border-color: #35C145; }
span { border-color: rgb(53,193,69); }
td.TdClassName
{
border-color: #35C145;
}
.TagClassName
{
border-color: #35C145;
}
</style>