Shades of Lime Green #35E143
Tints of Lime Green #35E143
RGB
CMYK
RGB Variations
Color information
#35E143 (or 0x35E143) is known color: Lime Green. HEX triplet: 35, E1 and 43. RGB value is (53,225,67). Sum of RGB (Red+Green+Blue) = 53+225+67=345 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.36% from 345); Green value is 225 (88.28% from 255 or 65.22% from 345); Blue value is 67 (26.56% from 255 or 19.42% from 345); Max value from RGB is 225 - color contains mainly: green. Hex color #35E143 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35E143 is #CA1EBC. Grayscale: #9C9C9C. Windows color (decimal): -13246141 or 4448565. OLE color: 4448565.
HSL color Cylindrical-coordinate representation of color #35E143: hue angle of 124.88º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35E143 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 225 | 67 | - |
| CMYK | 0.76 | 0 | 0.70 | 0.12 |
| HSL | 124.88º | 0.74% | 0.55% | - |
| HSV(B) | 124.88º | 0.76% | 0.88% | - |
| XYZ | 29.41 | 55.01 | 14.38 | - |
| YUV | 155.56 | 78.02 | 54.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 225 | 67 | 0.76 | 0 | 0.70 | 0.12 | 124.88 | 0.74 | 0.55 |
| Hex | 35 | E1 | 43 | 4C | 0 | 46 | C | 7D | 4A | 37 |
| Octal | 65 | 341 | 103 | 114 | 0 | 106 | 14 | 175 | 112 | 67 |
| Binary | 110101 | 11100001 | 1000011 | 1001100 | 0 | 1000110 | 1100 | 1111101 | 1001010 | 110111 |
Color Harmonies of #35E143
Complementary color
Monochromatic Colors of #35E143
Black with #35E143
Text Example
Text Example
White with #35E143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E143; }
p { color: rgb(53,225,67); }
H1.HeaderClassName
{
color: #35E143;
}
.AnyTagClassName
{
color: #35E143;
}
</style>
background-color css
<style>
a { background-color: #35E143; }
a { background-color: rgb(53,225,67); }
div.DivClassName
{
background-color: #35E143;
}
.BgClassName
{
background-color: #35E143;
}
</style>
border-color css
<style>
span { border-color: #35E143; }
span { border-color: rgb(53,225,67); }
td.TdClassName
{
border-color: #35E143;
}
.TagClassName
{
border-color: #35E143;
}
</style>