Shades of Lime Green #35BD2D
Tints of Lime Green #35BD2D
RGB
CMYK
RGB Variations
Color information
#35BD2D (or 0x35BD2D) is known color: Lime Green. HEX triplet: 35, BD and 2D. RGB value is (53,189,45). Sum of RGB (Red+Green+Blue) = 53+189+45=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 189 (74.22% from 255 or 65.85% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 189 - color contains mainly: green. Hex color #35BD2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BD2D is #CA42D2. Grayscale: #848484. Windows color (decimal): -13255379 or 2997557. OLE color: 2997557.
HSL color Cylindrical-coordinate representation of color #35BD2D: hue angle of 116.67º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35BD2D is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 189 | 45 | - |
| CMYK | 0.72 | 0 | 0.76 | 0.26 |
| HSL | 116.67º | 0.62% | 0.46% | - |
| HSV(B) | 116.67º | 0.76% | 0.74% | - |
| XYZ | 20.14 | 37.34 | 8.63 | - |
| YUV | 131.92 | 78.94 | 71.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 189 | 45 | 0.72 | 0 | 0.76 | 0.26 | 116.67 | 0.62 | 0.46 |
| Hex | 35 | BD | 2D | 48 | 0 | 4C | 1A | 75 | 3E | 2E |
| Octal | 65 | 275 | 55 | 110 | 0 | 114 | 32 | 165 | 76 | 56 |
| Binary | 110101 | 10111101 | 101101 | 1001000 | 0 | 1001100 | 11010 | 1110101 | 111110 | 101110 |
Color Harmonies of #35BD2D
Complementary color
Monochromatic Colors of #35BD2D
Black with #35BD2D
Text Example
Text Example
White with #35BD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35BD2D; }
p { color: rgb(53,189,45); }
H1.HeaderClassName
{
color: #35BD2D;
}
.AnyTagClassName
{
color: #35BD2D;
}
</style>
background-color css
<style>
a { background-color: #35BD2D; }
a { background-color: rgb(53,189,45); }
div.DivClassName
{
background-color: #35BD2D;
}
.BgClassName
{
background-color: #35BD2D;
}
</style>
border-color css
<style>
span { border-color: #35BD2D; }
span { border-color: rgb(53,189,45); }
td.TdClassName
{
border-color: #35BD2D;
}
.TagClassName
{
border-color: #35BD2D;
}
</style>