Shades of Lime Green #35D237
Tints of Lime Green #35D237
RGB
CMYK
RGB Variations
Color information
#35D237 (or 0x35D237) is known color: Lime Green. HEX triplet: 35, D2 and 37. RGB value is (53,210,55). Sum of RGB (Red+Green+Blue) = 53+210+55=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 210 (82.42% from 255 or 66.04% from 318); Blue value is 55 (21.88% from 255 or 17.30% from 318); Max value from RGB is 210 - color contains mainly: green. Hex color #35D237 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35D237 is #CA2DC8. Grayscale: #919191. Windows color (decimal): -13249993 or 3658293. OLE color: 3658293.
HSL color Cylindrical-coordinate representation of color #35D237: hue angle of 120.76º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D237 is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 210 | 55 | - |
| CMYK | 0.75 | 0 | 0.74 | 0.18 |
| HSL | 120.76º | 0.64% | 0.52% | - |
| HSV(B) | 120.76º | 0.75% | 0.82% | - |
| XYZ | 25.2 | 47.13 | 11.38 | - |
| YUV | 145.39 | 76.99 | 62.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 210 | 55 | 0.75 | 0 | 0.74 | 0.18 | 120.76 | 0.64 | 0.52 |
| Hex | 35 | D2 | 37 | 4B | 0 | 4A | 12 | 79 | 40 | 34 |
| Octal | 65 | 322 | 67 | 113 | 0 | 112 | 22 | 171 | 100 | 64 |
| Binary | 110101 | 11010010 | 110111 | 1001011 | 0 | 1001010 | 10010 | 1111001 | 1000000 | 110100 |
Color Harmonies of #35D237
Complementary color
Monochromatic Colors of #35D237
Black with #35D237
Text Example
Text Example
White with #35D237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D237; }
p { color: rgb(53,210,55); }
H1.HeaderClassName
{
color: #35D237;
}
.AnyTagClassName
{
color: #35D237;
}
</style>
background-color css
<style>
a { background-color: #35D237; }
a { background-color: rgb(53,210,55); }
div.DivClassName
{
background-color: #35D237;
}
.BgClassName
{
background-color: #35D237;
}
</style>
border-color css
<style>
span { border-color: #35D237; }
span { border-color: rgb(53,210,55); }
td.TdClassName
{
border-color: #35D237;
}
.TagClassName
{
border-color: #35D237;
}
</style>