Shades of Lime Green #35B83C
Tints of Lime Green #35B83C
RGB
CMYK
RGB Variations
Color information
#35B83C (or 0x35B83C) is known color: Lime Green. HEX triplet: 35, B8 and 3C. RGB value is (53,184,60). Sum of RGB (Red+Green+Blue) = 53+184+60=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 184 (72.27% from 255 or 61.95% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 184 - color contains mainly: green. Hex color #35B83C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35B83C is #CA47C3. Grayscale: #838383. Windows color (decimal): -13256644 or 3979317. OLE color: 3979317.
HSL color Cylindrical-coordinate representation of color #35B83C: hue angle of 123.21º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35B83C is Cyan = 0.71, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 53 | 184 | 60 | - |
| CMYK | 0.71 | 0 | 0.67 | 0.28 |
| HSL | 123.21º | 0.55% | 0.46% | - |
| HSV(B) | 123.21º | 0.71% | 0.72% | - |
| XYZ | 19.42 | 35.36 | 10.08 | - |
| YUV | 130.7 | 88.1 | 72.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 184 | 60 | 0.71 | 0 | 0.67 | 0.28 | 123.21 | 0.55 | 0.46 |
| Hex | 35 | B8 | 3C | 47 | 0 | 43 | 1C | 7B | 37 | 2E |
| Octal | 65 | 270 | 74 | 107 | 0 | 103 | 34 | 173 | 67 | 56 |
| Binary | 110101 | 10111000 | 111100 | 1000111 | 0 | 1000011 | 11100 | 1111011 | 110111 | 101110 |
Color Harmonies of #35B83C
Complementary color
Monochromatic Colors of #35B83C
Black with #35B83C
Text Example
Text Example
White with #35B83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35B83C; }
p { color: rgb(53,184,60); }
H1.HeaderClassName
{
color: #35B83C;
}
.AnyTagClassName
{
color: #35B83C;
}
</style>
background-color css
<style>
a { background-color: #35B83C; }
a { background-color: rgb(53,184,60); }
div.DivClassName
{
background-color: #35B83C;
}
.BgClassName
{
background-color: #35B83C;
}
</style>
border-color css
<style>
span { border-color: #35B83C; }
span { border-color: rgb(53,184,60); }
td.TdClassName
{
border-color: #35B83C;
}
.TagClassName
{
border-color: #35B83C;
}
</style>