Shades of Lime Green #35B73C
Tints of Lime Green #35B73C
RGB
CMYK
RGB Variations
Color information
#35B73C (or 0x35B73C) is known color: Lime Green. HEX triplet: 35, B7 and 3C. RGB value is (53,183,60). Sum of RGB (Red+Green+Blue) = 53+183+60=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 183 (71.88% from 255 or 61.82% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 183 - color contains mainly: green. Hex color #35B73C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35B73C is #CA48C3. Grayscale: #828282. Windows color (decimal): -13256900 or 3979061. OLE color: 3979061.
HSL color Cylindrical-coordinate representation of color #35B73C: hue angle of 123.23º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35B73C is Cyan = 0.71, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 53 | 183 | 60 | - |
| CMYK | 0.71 | 0 | 0.67 | 0.28 |
| HSL | 123.23º | 0.55% | 0.46% | - |
| HSV(B) | 123.23º | 0.71% | 0.72% | - |
| XYZ | 19.22 | 34.95 | 10.01 | - |
| YUV | 130.11 | 88.43 | 73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 183 | 60 | 0.71 | 0 | 0.67 | 0.28 | 123.23 | 0.55 | 0.46 |
| Hex | 35 | B7 | 3C | 47 | 0 | 43 | 1C | 7B | 37 | 2E |
| Octal | 65 | 267 | 74 | 107 | 0 | 103 | 34 | 173 | 67 | 56 |
| Binary | 110101 | 10110111 | 111100 | 1000111 | 0 | 1000011 | 11100 | 1111011 | 110111 | 101110 |
Color Harmonies of #35B73C
Complementary color
Monochromatic Colors of #35B73C
Black with #35B73C
Text Example
Text Example
White with #35B73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35B73C; }
p { color: rgb(53,183,60); }
H1.HeaderClassName
{
color: #35B73C;
}
.AnyTagClassName
{
color: #35B73C;
}
</style>
background-color css
<style>
a { background-color: #35B73C; }
a { background-color: rgb(53,183,60); }
div.DivClassName
{
background-color: #35B73C;
}
.BgClassName
{
background-color: #35B73C;
}
</style>
border-color css
<style>
span { border-color: #35B73C; }
span { border-color: rgb(53,183,60); }
td.TdClassName
{
border-color: #35B73C;
}
.TagClassName
{
border-color: #35B73C;
}
</style>