Shades of Lime Green #3ADD4B
Tints of Lime Green #3ADD4B
RGB
CMYK
RGB Variations
Color information
#3ADD4B (or 0x3ADD4B) is known color: Lime Green. HEX triplet: 3A, DD and 4B. RGB value is (58,221,75). Sum of RGB (Red+Green+Blue) = 58+221+75=354 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.38% from 354); Green value is 221 (86.72% from 255 or 62.43% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADD4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ADD4B is #C522B4. Grayscale: #9C9C9C. Windows color (decimal): -12919477 or 4971834. OLE color: 4971834.
HSL color Cylindrical-coordinate representation of color #3ADD4B: hue angle of 126.26º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADD4B is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 221 | 75 | - |
| CMYK | 0.74 | 0 | 0.66 | 0.13 |
| HSL | 126.26º | 0.71% | 0.55% | - |
| HSV(B) | 126.26º | 0.74% | 0.87% | - |
| XYZ | 28.87 | 53.12 | 15.39 | - |
| YUV | 155.62 | 82.5 | 58.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 221 | 75 | 0.74 | 0 | 0.66 | 0.13 | 126.26 | 0.71 | 0.55 |
| Hex | 3A | DD | 4B | 4A | 0 | 42 | D | 7E | 47 | 37 |
| Octal | 72 | 335 | 113 | 112 | 0 | 102 | 15 | 176 | 107 | 67 |
| Binary | 111010 | 11011101 | 1001011 | 1001010 | 0 | 1000010 | 1101 | 1111110 | 1000111 | 110111 |
Color Harmonies of #3ADD4B
Complementary color
Monochromatic Colors of #3ADD4B
Black with #3ADD4B
Text Example
Text Example
White with #3ADD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADD4B; }
p { color: rgb(58,221,75); }
H1.HeaderClassName
{
color: #3ADD4B;
}
.AnyTagClassName
{
color: #3ADD4B;
}
</style>
background-color css
<style>
a { background-color: #3ADD4B; }
a { background-color: rgb(58,221,75); }
div.DivClassName
{
background-color: #3ADD4B;
}
.BgClassName
{
background-color: #3ADD4B;
}
</style>
border-color css
<style>
span { border-color: #3ADD4B; }
span { border-color: rgb(58,221,75); }
td.TdClassName
{
border-color: #3ADD4B;
}
.TagClassName
{
border-color: #3ADD4B;
}
</style>