Shades of Lime Green #35BB3C
Tints of Lime Green #35BB3C
RGB
CMYK
RGB Variations
Color information
#35BB3C (or 0x35BB3C) is known color: Lime Green. HEX triplet: 35, BB and 3C. RGB value is (53,187,60). Sum of RGB (Red+Green+Blue) = 53+187+60=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 187 (73.44% from 255 or 62.33% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 187 - color contains mainly: green. Hex color #35BB3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BB3C is #CA44C3. Grayscale: #848484. Windows color (decimal): -13255876 or 3980085. OLE color: 3980085.
HSL color Cylindrical-coordinate representation of color #35BB3C: hue angle of 123.13º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BB3C is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 187 | 60 | - |
| CMYK | 0.72 | 0 | 0.68 | 0.27 |
| HSL | 123.13º | 0.56% | 0.47% | - |
| HSV(B) | 123.13º | 0.72% | 0.73% | - |
| XYZ | 20.05 | 36.62 | 10.29 | - |
| YUV | 132.46 | 87.11 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 187 | 60 | 0.72 | 0 | 0.68 | 0.27 | 123.13 | 0.56 | 0.47 |
| Hex | 35 | BB | 3C | 48 | 0 | 44 | 1B | 7B | 38 | 2F |
| Octal | 65 | 273 | 74 | 110 | 0 | 104 | 33 | 173 | 70 | 57 |
| Binary | 110101 | 10111011 | 111100 | 1001000 | 0 | 1000100 | 11011 | 1111011 | 111000 | 101111 |
Color Harmonies of #35BB3C
Complementary color
Monochromatic Colors of #35BB3C
Black with #35BB3C
Text Example
Text Example
White with #35BB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35BB3C; }
p { color: rgb(53,187,60); }
H1.HeaderClassName
{
color: #35BB3C;
}
.AnyTagClassName
{
color: #35BB3C;
}
</style>
background-color css
<style>
a { background-color: #35BB3C; }
a { background-color: rgb(53,187,60); }
div.DivClassName
{
background-color: #35BB3C;
}
.BgClassName
{
background-color: #35BB3C;
}
</style>
border-color css
<style>
span { border-color: #35BB3C; }
span { border-color: rgb(53,187,60); }
td.TdClassName
{
border-color: #35BB3C;
}
.TagClassName
{
border-color: #35BB3C;
}
</style>