Shades of Lime Green #35C92C
Tints of Lime Green #35C92C
RGB
CMYK
RGB Variations
Color information
#35C92C (or 0x35C92C) is known color: Lime Green. HEX triplet: 35, C9 and 2C. RGB value is (53,201,44). Sum of RGB (Red+Green+Blue) = 53+201+44=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 201 (78.91% from 255 or 67.45% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 201 - color contains mainly: green. Hex color #35C92C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C92C is #CA36D3. Grayscale: #8B8B8B. Windows color (decimal): -13252308 or 2935093. OLE color: 2935093.
HSL color Cylindrical-coordinate representation of color #35C92C: hue angle of 116.56º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35C92C is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 201 | 44 | - |
| CMYK | 0.74 | 0 | 0.78 | 0.21 |
| HSL | 116.56º | 0.64% | 0.48% | - |
| HSV(B) | 116.56º | 0.78% | 0.79% | - |
| XYZ | 22.81 | 42.71 | 9.42 | - |
| YUV | 138.85 | 74.47 | 66.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 201 | 44 | 0.74 | 0 | 0.78 | 0.21 | 116.56 | 0.64 | 0.48 |
| Hex | 35 | C9 | 2C | 4A | 0 | 4E | 15 | 75 | 40 | 30 |
| Octal | 65 | 311 | 54 | 112 | 0 | 116 | 25 | 165 | 100 | 60 |
| Binary | 110101 | 11001001 | 101100 | 1001010 | 0 | 1001110 | 10101 | 1110101 | 1000000 | 110000 |
Color Harmonies of #35C92C
Complementary color
Monochromatic Colors of #35C92C
Black with #35C92C
Text Example
Text Example
White with #35C92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C92C; }
p { color: rgb(53,201,44); }
H1.HeaderClassName
{
color: #35C92C;
}
.AnyTagClassName
{
color: #35C92C;
}
</style>
background-color css
<style>
a { background-color: #35C92C; }
a { background-color: rgb(53,201,44); }
div.DivClassName
{
background-color: #35C92C;
}
.BgClassName
{
background-color: #35C92C;
}
</style>
border-color css
<style>
span { border-color: #35C92C; }
span { border-color: rgb(53,201,44); }
td.TdClassName
{
border-color: #35C92C;
}
.TagClassName
{
border-color: #35C92C;
}
</style>