Shades of Lime Green #35AF3C
Tints of Lime Green #35AF3C
RGB
CMYK
RGB Variations
Color information
#35AF3C (or 0x35AF3C) is known color: Lime Green. HEX triplet: 35, AF and 3C. RGB value is (53,175,60). Sum of RGB (Red+Green+Blue) = 53+175+60=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 175 (68.75% from 255 or 60.76% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 175 - color contains mainly: green. Hex color #35AF3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35AF3C is #CA50C3. Grayscale: #7D7D7D. Windows color (decimal): -13258948 or 3977013. OLE color: 3977013.
HSL color Cylindrical-coordinate representation of color #35AF3C: hue angle of 123.44º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35AF3C is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 53 | 175 | 60 | - |
| CMYK | 0.70 | 0 | 0.66 | 0.31 |
| HSL | 123.44º | 0.54% | 0.45% | - |
| HSV(B) | 123.44º | 0.7% | 0.69% | - |
| XYZ | 17.61 | 31.74 | 9.47 | - |
| YUV | 125.41 | 91.08 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 175 | 60 | 0.70 | 0 | 0.66 | 0.31 | 123.44 | 0.54 | 0.45 |
| Hex | 35 | AF | 3C | 46 | 0 | 42 | 1F | 7B | 36 | 2D |
| Octal | 65 | 257 | 74 | 106 | 0 | 102 | 37 | 173 | 66 | 55 |
| Binary | 110101 | 10101111 | 111100 | 1000110 | 0 | 1000010 | 11111 | 1111011 | 110110 | 101101 |
Color Harmonies of #35AF3C
Complementary color
Monochromatic Colors of #35AF3C
Black with #35AF3C
Text Example
Text Example
White with #35AF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35AF3C; }
p { color: rgb(53,175,60); }
H1.HeaderClassName
{
color: #35AF3C;
}
.AnyTagClassName
{
color: #35AF3C;
}
</style>
background-color css
<style>
a { background-color: #35AF3C; }
a { background-color: rgb(53,175,60); }
div.DivClassName
{
background-color: #35AF3C;
}
.BgClassName
{
background-color: #35AF3C;
}
</style>
border-color css
<style>
span { border-color: #35AF3C; }
span { border-color: rgb(53,175,60); }
td.TdClassName
{
border-color: #35AF3C;
}
.TagClassName
{
border-color: #35AF3C;
}
</style>