Shades of Lime Green #3AD63B
Tints of Lime Green #3AD63B
RGB
CMYK
RGB Variations
Color information
#3AD63B (or 0x3AD63B) is known color: Lime Green. HEX triplet: 3A, D6 and 3B. RGB value is (58,214,59). Sum of RGB (Red+Green+Blue) = 58+214+59=331 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.52% from 331); Green value is 214 (83.98% from 255 or 64.65% from 331); Blue value is 59 (23.44% from 255 or 17.82% from 331); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD63B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD63B is #C529C4. Grayscale: #969696. Windows color (decimal): -12921285 or 3921466. OLE color: 3921466.
HSL color Cylindrical-coordinate representation of color #3AD63B: hue angle of 120.38º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD63B is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 214 | 59 | - |
| CMYK | 0.73 | 0 | 0.72 | 0.16 |
| HSL | 120.38º | 0.66% | 0.53% | - |
| HSV(B) | 120.38º | 0.73% | 0.84% | - |
| XYZ | 26.58 | 49.31 | 12.25 | - |
| YUV | 149.69 | 76.82 | 62.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 214 | 59 | 0.73 | 0 | 0.72 | 0.16 | 120.38 | 0.66 | 0.53 |
| Hex | 3A | D6 | 3B | 49 | 0 | 48 | 10 | 78 | 42 | 35 |
| Octal | 72 | 326 | 73 | 111 | 0 | 110 | 20 | 170 | 102 | 65 |
| Binary | 111010 | 11010110 | 111011 | 1001001 | 0 | 1001000 | 10000 | 1111000 | 1000010 | 110101 |
Color Harmonies of #3AD63B
Complementary color
Monochromatic Colors of #3AD63B
Black with #3AD63B
Text Example
Text Example
White with #3AD63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD63B; }
p { color: rgb(58,214,59); }
H1.HeaderClassName
{
color: #3AD63B;
}
.AnyTagClassName
{
color: #3AD63B;
}
</style>
background-color css
<style>
a { background-color: #3AD63B; }
a { background-color: rgb(58,214,59); }
div.DivClassName
{
background-color: #3AD63B;
}
.BgClassName
{
background-color: #3AD63B;
}
</style>
border-color css
<style>
span { border-color: #3AD63B; }
span { border-color: rgb(58,214,59); }
td.TdClassName
{
border-color: #3AD63B;
}
.TagClassName
{
border-color: #3AD63B;
}
</style>