Shades of Lime Green #35D833
Tints of Lime Green #35D833
RGB
CMYK
RGB Variations
Color information
#35D833 (or 0x35D833) is known color: Lime Green. HEX triplet: 35, D8 and 33. RGB value is (53,216,51). Sum of RGB (Red+Green+Blue) = 53+216+51=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 216 (84.77% from 255 or 67.5% from 320); Blue value is 51 (20.31% from 255 or 15.94% from 320); Max value from RGB is 216 - color contains mainly: green. Hex color #35D833 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35D833 is #CA27CC. Grayscale: #949494. Windows color (decimal): -13248461 or 3397685. OLE color: 3397685.
HSL color Cylindrical-coordinate representation of color #35D833: hue angle of 119.27º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35D833 is Cyan = 0.75, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 53 | 216 | 51 | - |
| CMYK | 0.75 | 0 | 0.76 | 0.15 |
| HSL | 119.27º | 0.68% | 0.52% | - |
| HSV(B) | 119.27º | 0.76% | 0.85% | - |
| XYZ | 26.62 | 50.11 | 11.4 | - |
| YUV | 148.45 | 73 | 59.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 216 | 51 | 0.75 | 0 | 0.76 | 0.15 | 119.27 | 0.68 | 0.52 |
| Hex | 35 | D8 | 33 | 4B | 0 | 4C | F | 77 | 44 | 34 |
| Octal | 65 | 330 | 63 | 113 | 0 | 114 | 17 | 167 | 104 | 64 |
| Binary | 110101 | 11011000 | 110011 | 1001011 | 0 | 1001100 | 1111 | 1110111 | 1000100 | 110100 |
Color Harmonies of #35D833
Complementary color
Monochromatic Colors of #35D833
Black with #35D833
Text Example
Text Example
White with #35D833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D833; }
p { color: rgb(53,216,51); }
H1.HeaderClassName
{
color: #35D833;
}
.AnyTagClassName
{
color: #35D833;
}
</style>
background-color css
<style>
a { background-color: #35D833; }
a { background-color: rgb(53,216,51); }
div.DivClassName
{
background-color: #35D833;
}
.BgClassName
{
background-color: #35D833;
}
</style>
border-color css
<style>
span { border-color: #35D833; }
span { border-color: rgb(53,216,51); }
td.TdClassName
{
border-color: #35D833;
}
.TagClassName
{
border-color: #35D833;
}
</style>