Shades of Lime Green #35C227
Tints of Lime Green #35C227
RGB
CMYK
RGB Variations
Color information
#35C227 (or 0x35C227) is known color: Lime Green. HEX triplet: 35, C2 and 27. RGB value is (53,194,39). Sum of RGB (Red+Green+Blue) = 53+194+39=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 194 (76.17% from 255 or 67.83% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 194 - color contains mainly: green. Hex color #35C227 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C227 is #CA3DD8. Grayscale: #868686. Windows color (decimal): -13254105 or 2605621. OLE color: 2605621.
HSL color Cylindrical-coordinate representation of color #35C227: hue angle of 114.58º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #35C227 is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 194 | 39 | - |
| CMYK | 0.73 | 0 | 0.80 | 0.24 |
| HSL | 114.58º | 0.67% | 0.46% | - |
| HSV(B) | 114.58º | 0.8% | 0.76% | - |
| XYZ | 21.13 | 39.49 | 8.43 | - |
| YUV | 134.17 | 74.29 | 70.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 194 | 39 | 0.73 | 0 | 0.80 | 0.24 | 114.58 | 0.67 | 0.46 |
| Hex | 35 | C2 | 27 | 49 | 0 | 50 | 18 | 73 | 43 | 2E |
| Octal | 65 | 302 | 47 | 111 | 0 | 120 | 30 | 163 | 103 | 56 |
| Binary | 110101 | 11000010 | 100111 | 1001001 | 0 | 1010000 | 11000 | 1110011 | 1000011 | 101110 |
Color Harmonies of #35C227
Complementary color
Monochromatic Colors of #35C227
Black with #35C227
Text Example
Text Example
White with #35C227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C227; }
p { color: rgb(53,194,39); }
H1.HeaderClassName
{
color: #35C227;
}
.AnyTagClassName
{
color: #35C227;
}
</style>
background-color css
<style>
a { background-color: #35C227; }
a { background-color: rgb(53,194,39); }
div.DivClassName
{
background-color: #35C227;
}
.BgClassName
{
background-color: #35C227;
}
</style>
border-color css
<style>
span { border-color: #35C227; }
span { border-color: rgb(53,194,39); }
td.TdClassName
{
border-color: #35C227;
}
.TagClassName
{
border-color: #35C227;
}
</style>