Shades of Lime Green #35BC42
Tints of Lime Green #35BC42
RGB
CMYK
RGB Variations
Color information
#35BC42 (or 0x35BC42) is known color: Lime Green. HEX triplet: 35, BC and 42. RGB value is (53,188,66). Sum of RGB (Red+Green+Blue) = 53+188+66=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 188 (73.83% from 255 or 61.24% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 188 - color contains mainly: green. Hex color #35BC42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BC42 is #CA43BD. Grayscale: #868686. Windows color (decimal): -13255614 or 4373557. OLE color: 4373557.
HSL color Cylindrical-coordinate representation of color #35BC42: hue angle of 125.78º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BC42 is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 188 | 66 | - |
| CMYK | 0.72 | 0 | 0.65 | 0.26 |
| HSL | 125.78º | 0.56% | 0.47% | - |
| HSV(B) | 125.78º | 0.72% | 0.74% | - |
| XYZ | 20.43 | 37.12 | 11.24 | - |
| YUV | 133.73 | 89.77 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 188 | 66 | 0.72 | 0 | 0.65 | 0.26 | 125.78 | 0.56 | 0.47 |
| Hex | 35 | BC | 42 | 48 | 0 | 41 | 1A | 7E | 38 | 2F |
| Octal | 65 | 274 | 102 | 110 | 0 | 101 | 32 | 176 | 70 | 57 |
| Binary | 110101 | 10111100 | 1000010 | 1001000 | 0 | 1000001 | 11010 | 1111110 | 111000 | 101111 |
Color Harmonies of #35BC42
Complementary color
Monochromatic Colors of #35BC42
Black with #35BC42
Text Example
Text Example
White with #35BC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35BC42; }
p { color: rgb(53,188,66); }
H1.HeaderClassName
{
color: #35BC42;
}
.AnyTagClassName
{
color: #35BC42;
}
</style>
background-color css
<style>
a { background-color: #35BC42; }
a { background-color: rgb(53,188,66); }
div.DivClassName
{
background-color: #35BC42;
}
.BgClassName
{
background-color: #35BC42;
}
</style>
border-color css
<style>
span { border-color: #35BC42; }
span { border-color: rgb(53,188,66); }
td.TdClassName
{
border-color: #35BC42;
}
.TagClassName
{
border-color: #35BC42;
}
</style>