Shades of Lime Green #3DED4B
Tints of Lime Green #3DED4B
RGB
CMYK
RGB Variations
Color information
#3DED4B (or 0x3DED4B) is known color: Lime Green. HEX triplet: 3D, ED and 4B. RGB value is (61,237,75). Sum of RGB (Red+Green+Blue) = 61+237+75=373 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.35% from 373); Green value is 237 (92.97% from 255 or 63.54% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 237 - color contains mainly: green. Hex color #3DED4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DED4B is #C212B4. Grayscale: #A6A6A6. Windows color (decimal): -12718773 or 4975933. OLE color: 4975933.
HSL color Cylindrical-coordinate representation of color #3DED4B: hue angle of 124.77º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DED4B is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 237 | 75 | - |
| CMYK | 0.74 | 0 | 0.68 | 0.07 |
| HSL | 124.77º | 0.83% | 0.58% | - |
| HSV(B) | 124.77º | 0.74% | 0.93% | - |
| XYZ | 33.48 | 62.07 | 16.87 | - |
| YUV | 165.91 | 76.69 | 53.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 237 | 75 | 0.74 | 0 | 0.68 | 0.07 | 124.77 | 0.83 | 0.58 |
| Hex | 3D | ED | 4B | 4A | 0 | 44 | 7 | 7D | 53 | 3A |
| Octal | 75 | 355 | 113 | 112 | 0 | 104 | 7 | 175 | 123 | 72 |
| Binary | 111101 | 11101101 | 1001011 | 1001010 | 0 | 1000100 | 111 | 1111101 | 1010011 | 111010 |
Color Harmonies of #3DED4B
Complementary color
Monochromatic Colors of #3DED4B
Black with #3DED4B
Text Example
Text Example
White with #3DED4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DED4B; }
p { color: rgb(61,237,75); }
H1.HeaderClassName
{
color: #3DED4B;
}
.AnyTagClassName
{
color: #3DED4B;
}
</style>
background-color css
<style>
a { background-color: #3DED4B; }
a { background-color: rgb(61,237,75); }
div.DivClassName
{
background-color: #3DED4B;
}
.BgClassName
{
background-color: #3DED4B;
}
</style>
border-color css
<style>
span { border-color: #3DED4B; }
span { border-color: rgb(61,237,75); }
td.TdClassName
{
border-color: #3DED4B;
}
.TagClassName
{
border-color: #3DED4B;
}
</style>