Shades of Lime Green #35C833
Tints of Lime Green #35C833
RGB
CMYK
RGB Variations
Color information
#35C833 (or 0x35C833) is known color: Lime Green. HEX triplet: 35, C8 and 33. RGB value is (53,200,51). Sum of RGB (Red+Green+Blue) = 53+200+51=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 200 (78.52% from 255 or 65.79% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 200 - color contains mainly: green. Hex color #35C833 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C833 is #CA37CC. Grayscale: #8B8B8B. Windows color (decimal): -13252557 or 3393589. OLE color: 3393589.
HSL color Cylindrical-coordinate representation of color #35C833: hue angle of 119.19º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35C833 is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 53 | 200 | 51 | - |
| CMYK | 0.74 | 0 | 0.74 | 0.22 |
| HSL | 119.19º | 0.59% | 0.49% | - |
| HSV(B) | 119.19º | 0.75% | 0.78% | - |
| XYZ | 22.72 | 42.3 | 10.1 | - |
| YUV | 139.06 | 78.3 | 66.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 200 | 51 | 0.74 | 0 | 0.74 | 0.22 | 119.19 | 0.59 | 0.49 |
| Hex | 35 | C8 | 33 | 4A | 0 | 4A | 16 | 77 | 3B | 31 |
| Octal | 65 | 310 | 63 | 112 | 0 | 112 | 26 | 167 | 73 | 61 |
| Binary | 110101 | 11001000 | 110011 | 1001010 | 0 | 1001010 | 10110 | 1110111 | 111011 | 110001 |
Color Harmonies of #35C833
Complementary color
Monochromatic Colors of #35C833
Black with #35C833
Text Example
Text Example
White with #35C833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C833; }
p { color: rgb(53,200,51); }
H1.HeaderClassName
{
color: #35C833;
}
.AnyTagClassName
{
color: #35C833;
}
</style>
background-color css
<style>
a { background-color: #35C833; }
a { background-color: rgb(53,200,51); }
div.DivClassName
{
background-color: #35C833;
}
.BgClassName
{
background-color: #35C833;
}
</style>
border-color css
<style>
span { border-color: #35C833; }
span { border-color: rgb(53,200,51); }
td.TdClassName
{
border-color: #35C833;
}
.TagClassName
{
border-color: #35C833;
}
</style>