Shades of Lime Green #35D038
Tints of Lime Green #35D038
RGB
CMYK
RGB Variations
Color information
#35D038 (or 0x35D038) is known color: Lime Green. HEX triplet: 35, D0 and 38. RGB value is (53,208,56). Sum of RGB (Red+Green+Blue) = 53+208+56=317 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.72% from 317); Green value is 208 (81.64% from 255 or 65.62% from 317); Blue value is 56 (22.27% from 255 or 17.67% from 317); Max value from RGB is 208 - color contains mainly: green. Hex color #35D038 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35D038 is #CA2FC7. Grayscale: #909090. Windows color (decimal): -13250504 or 3723317. OLE color: 3723317.
HSL color Cylindrical-coordinate representation of color #35D038: hue angle of 121.16º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D038 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 208 | 56 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.18 |
| HSL | 121.16º | 0.62% | 0.51% | - |
| HSV(B) | 121.16º | 0.75% | 0.82% | - |
| XYZ | 24.74 | 46.15 | 11.35 | - |
| YUV | 144.33 | 78.15 | 62.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 208 | 56 | 0.75 | 0 | 0.73 | 0.18 | 121.16 | 0.62 | 0.51 |
| Hex | 35 | D0 | 38 | 4B | 0 | 49 | 12 | 79 | 3E | 33 |
| Octal | 65 | 320 | 70 | 113 | 0 | 111 | 22 | 171 | 76 | 63 |
| Binary | 110101 | 11010000 | 111000 | 1001011 | 0 | 1001001 | 10010 | 1111001 | 111110 | 110011 |
Color Harmonies of #35D038
Complementary color
Monochromatic Colors of #35D038
Black with #35D038
Text Example
Text Example
White with #35D038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D038; }
p { color: rgb(53,208,56); }
H1.HeaderClassName
{
color: #35D038;
}
.AnyTagClassName
{
color: #35D038;
}
</style>
background-color css
<style>
a { background-color: #35D038; }
a { background-color: rgb(53,208,56); }
div.DivClassName
{
background-color: #35D038;
}
.BgClassName
{
background-color: #35D038;
}
</style>
border-color css
<style>
span { border-color: #35D038; }
span { border-color: rgb(53,208,56); }
td.TdClassName
{
border-color: #35D038;
}
.TagClassName
{
border-color: #35D038;
}
</style>