Shades of Lime Green #35B33C
Tints of Lime Green #35B33C
RGB
CMYK
RGB Variations
Color information
#35B33C (or 0x35B33C) is known color: Lime Green. HEX triplet: 35, B3 and 3C. RGB value is (53,179,60). Sum of RGB (Red+Green+Blue) = 53+179+60=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 179 (70.31% from 255 or 61.30% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 179 - color contains mainly: green. Hex color #35B33C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35B33C is #CA4CC3. Grayscale: #808080. Windows color (decimal): -13257924 or 3978037. OLE color: 3978037.
HSL color Cylindrical-coordinate representation of color #35B33C: hue angle of 123.33º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35B33C is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 53 | 179 | 60 | - |
| CMYK | 0.70 | 0 | 0.66 | 0.30 |
| HSL | 123.33º | 0.54% | 0.45% | - |
| HSV(B) | 123.33º | 0.7% | 0.7% | - |
| XYZ | 18.4 | 33.32 | 9.74 | - |
| YUV | 127.76 | 89.76 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 179 | 60 | 0.70 | 0 | 0.66 | 0.30 | 123.33 | 0.54 | 0.45 |
| Hex | 35 | B3 | 3C | 46 | 0 | 42 | 1E | 7B | 36 | 2D |
| Octal | 65 | 263 | 74 | 106 | 0 | 102 | 36 | 173 | 66 | 55 |
| Binary | 110101 | 10110011 | 111100 | 1000110 | 0 | 1000010 | 11110 | 1111011 | 110110 | 101101 |
Color Harmonies of #35B33C
Complementary color
Monochromatic Colors of #35B33C
Black with #35B33C
Text Example
Text Example
White with #35B33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35B33C; }
p { color: rgb(53,179,60); }
H1.HeaderClassName
{
color: #35B33C;
}
.AnyTagClassName
{
color: #35B33C;
}
</style>
background-color css
<style>
a { background-color: #35B33C; }
a { background-color: rgb(53,179,60); }
div.DivClassName
{
background-color: #35B33C;
}
.BgClassName
{
background-color: #35B33C;
}
</style>
border-color css
<style>
span { border-color: #35B33C; }
span { border-color: rgb(53,179,60); }
td.TdClassName
{
border-color: #35B33C;
}
.TagClassName
{
border-color: #35B33C;
}
</style>