Shades of Lime Green #35CD3E
Tints of Lime Green #35CD3E
RGB
CMYK
RGB Variations
Color information
#35CD3E (or 0x35CD3E) is known color: Lime Green. HEX triplet: 35, CD and 3E. RGB value is (53,205,62). Sum of RGB (Red+Green+Blue) = 53+205+62=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 205 (80.47% from 255 or 64.06% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 205 - color contains mainly: green. Hex color #35CD3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35CD3E is #CA32C1. Grayscale: #8F8F8F. Windows color (decimal): -13251266 or 4115765. OLE color: 4115765.
HSL color Cylindrical-coordinate representation of color #35CD3E: hue angle of 123.55º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CD3E is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
RGB | 53 | 205 | 62 | - |
CMYK | 0.74 | 0 | 0.70 | 0.20 |
HSL | 123.55º | 0.6% | 0.51% | - |
HSV(B) | 123.55º | 0.74% | 0.8% | - |
XYZ | 24.17 | 44.77 | 11.92 | - |
YUV | 143.25 | 82.14 | 63.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 53 | 205 | 62 | 0.74 | 0 | 0.70 | 0.20 | 123.55 | 0.6 | 0.51 |
Hex | 35 | CD | 3E | 4A | 0 | 46 | 14 | 7C | 3C | 33 |
Octal | 65 | 315 | 76 | 112 | 0 | 106 | 24 | 174 | 74 | 63 |
Binary | 110101 | 11001101 | 111110 | 1001010 | 0 | 1000110 | 10100 | 1111100 | 111100 | 110011 |
Color Harmonies of #35CD3E
Complementary color
Monochromatic Colors of #35CD3E
Black with #35CD3E
Text Example
Text Example
White with #35CD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CD3E; }
p { color: rgb(53,205,62); }
H1.HeaderClassName
{
color: #35CD3E;
}
.AnyTagClassName
{
color: #35CD3E;
}
</style>
background-color css
<style>
a { background-color: #35CD3E; }
a { background-color: rgb(53,205,62); }
div.DivClassName
{
background-color: #35CD3E;
}
.BgClassName
{
background-color: #35CD3E;
}
</style>
border-color css
<style>
span { border-color: #35CD3E; }
span { border-color: rgb(53,205,62); }
td.TdClassName
{
border-color: #35CD3E;
}
.TagClassName
{
border-color: #35CD3E;
}
</style>