Shades of Lime Green #35C33C
Tints of Lime Green #35C33C
RGB
CMYK
RGB Variations
Color information
#35C33C (or 0x35C33C) is known color: Lime Green. HEX triplet: 35, C3 and 3C. RGB value is (53,195,60). Sum of RGB (Red+Green+Blue) = 53+195+60=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 195 (76.56% from 255 or 63.31% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 195 - color contains mainly: green. Hex color #35C33C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C33C is #CA3CC3. Grayscale: #898989. Windows color (decimal): -13253828 or 3982133. OLE color: 3982133.
HSL color Cylindrical-coordinate representation of color #35C33C: hue angle of 122.96º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C33C is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 195 | 60 | - |
| CMYK | 0.73 | 0 | 0.69 | 0.24 |
| HSL | 122.96º | 0.57% | 0.49% | - |
| HSV(B) | 122.96º | 0.73% | 0.76% | - |
| XYZ | 21.8 | 40.11 | 10.87 | - |
| YUV | 137.15 | 84.46 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 195 | 60 | 0.73 | 0 | 0.69 | 0.24 | 122.96 | 0.57 | 0.49 |
| Hex | 35 | C3 | 3C | 49 | 0 | 45 | 18 | 7B | 39 | 31 |
| Octal | 65 | 303 | 74 | 111 | 0 | 105 | 30 | 173 | 71 | 61 |
| Binary | 110101 | 11000011 | 111100 | 1001001 | 0 | 1000101 | 11000 | 1111011 | 111001 | 110001 |
Color Harmonies of #35C33C
Complementary color
Monochromatic Colors of #35C33C
Black with #35C33C
Text Example
Text Example
White with #35C33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C33C; }
p { color: rgb(53,195,60); }
H1.HeaderClassName
{
color: #35C33C;
}
.AnyTagClassName
{
color: #35C33C;
}
</style>
background-color css
<style>
a { background-color: #35C33C; }
a { background-color: rgb(53,195,60); }
div.DivClassName
{
background-color: #35C33C;
}
.BgClassName
{
background-color: #35C33C;
}
</style>
border-color css
<style>
span { border-color: #35C33C; }
span { border-color: rgb(53,195,60); }
td.TdClassName
{
border-color: #35C33C;
}
.TagClassName
{
border-color: #35C33C;
}
</style>