Shades of Lime Green #35D51B
Tints of Lime Green #35D51B
RGB
CMYK
RGB Variations
Color information
#35D51B (or 0x35D51B) is known color: Lime Green. HEX triplet: 35, D5 and 1B. RGB value is (53,213,27). Sum of RGB (Red+Green+Blue) = 53+213+27=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 213 (83.59% from 255 or 72.70% from 293); Blue value is 27 (10.94% from 255 or 9.22% from 293); Max value from RGB is 213 - color contains mainly: green. Hex color #35D51B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35D51B is #CA2AE4. Grayscale: #909090. Windows color (decimal): -13249253 or 1824053. OLE color: 1824053.
HSL color Cylindrical-coordinate representation of color #35D51B: hue angle of 111.61º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #35D51B is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 53 | 213 | 27 | - |
| CMYK | 0.75 | 0 | 0.87 | 0.16 |
| HSL | 111.61º | 0.78% | 0.47% | - |
| HSV(B) | 111.61º | 0.87% | 0.84% | - |
| XYZ | 25.46 | 48.42 | 9.04 | - |
| YUV | 143.96 | 61.99 | 63.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 213 | 27 | 0.75 | 0 | 0.87 | 0.16 | 111.61 | 0.78 | 0.47 |
| Hex | 35 | D5 | 1B | 4B | 0 | 57 | 10 | 70 | 4E | 2F |
| Octal | 65 | 325 | 33 | 113 | 0 | 127 | 20 | 160 | 116 | 57 |
| Binary | 110101 | 11010101 | 11011 | 1001011 | 0 | 1010111 | 10000 | 1110000 | 1001110 | 101111 |
Color Harmonies of #35D51B
Complementary color
Monochromatic Colors of #35D51B
Black with #35D51B
Text Example
Text Example
White with #35D51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D51B; }
p { color: rgb(53,213,27); }
H1.HeaderClassName
{
color: #35D51B;
}
.AnyTagClassName
{
color: #35D51B;
}
</style>
background-color css
<style>
a { background-color: #35D51B; }
a { background-color: rgb(53,213,27); }
div.DivClassName
{
background-color: #35D51B;
}
.BgClassName
{
background-color: #35D51B;
}
</style>
border-color css
<style>
span { border-color: #35D51B; }
span { border-color: rgb(53,213,27); }
td.TdClassName
{
border-color: #35D51B;
}
.TagClassName
{
border-color: #35D51B;
}
</style>