Shades of Lime Green #35C928
Tints of Lime Green #35C928
RGB
CMYK
RGB Variations
Color information
#35C928 (or 0x35C928) is known color: Lime Green. HEX triplet: 35, C9 and 28. RGB value is (53,201,40). Sum of RGB (Red+Green+Blue) = 53+201+40=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 201 (78.91% from 255 or 68.37% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 201 - color contains mainly: green. Hex color #35C928 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C928 is #CA36D7. Grayscale: #8A8A8A. Windows color (decimal): -13252312 or 2672949. OLE color: 2672949.
HSL color Cylindrical-coordinate representation of color #35C928: hue angle of 115.16º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #35C928 is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 201 | 40 | - |
| CMYK | 0.74 | 0 | 0.80 | 0.21 |
| HSL | 115.16º | 0.67% | 0.47% | - |
| HSV(B) | 115.16º | 0.8% | 0.79% | - |
| XYZ | 22.74 | 42.68 | 9.05 | - |
| YUV | 138.39 | 72.47 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 201 | 40 | 0.74 | 0 | 0.80 | 0.21 | 115.16 | 0.67 | 0.47 |
| Hex | 35 | C9 | 28 | 4A | 0 | 50 | 15 | 73 | 43 | 2F |
| Octal | 65 | 311 | 50 | 112 | 0 | 120 | 25 | 163 | 103 | 57 |
| Binary | 110101 | 11001001 | 101000 | 1001010 | 0 | 1010000 | 10101 | 1110011 | 1000011 | 101111 |
Color Harmonies of #35C928
Complementary color
Monochromatic Colors of #35C928
Black with #35C928
Text Example
Text Example
White with #35C928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C928; }
p { color: rgb(53,201,40); }
H1.HeaderClassName
{
color: #35C928;
}
.AnyTagClassName
{
color: #35C928;
}
</style>
background-color css
<style>
a { background-color: #35C928; }
a { background-color: rgb(53,201,40); }
div.DivClassName
{
background-color: #35C928;
}
.BgClassName
{
background-color: #35C928;
}
</style>
border-color css
<style>
span { border-color: #35C928; }
span { border-color: rgb(53,201,40); }
td.TdClassName
{
border-color: #35C928;
}
.TagClassName
{
border-color: #35C928;
}
</style>