Shades of Lime Green #3DF643
Tints of Lime Green #3DF643
RGB
CMYK
RGB Variations
Color information
#3DF643 (or 0x3DF643) is known color: Lime Green. HEX triplet: 3D, F6 and 43. RGB value is (61,246,67). Sum of RGB (Red+Green+Blue) = 61+246+67=374 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.31% from 374); Green value is 246 (96.48% from 255 or 65.78% from 374); Blue value is 67 (26.56% from 255 or 17.91% from 374); Max value from RGB is 246 - color contains mainly: green. Hex color #3DF643 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF643 is #C209BC. Grayscale: #AAAAAA. Windows color (decimal): -12716477 or 4453949. OLE color: 4453949.
HSL color Cylindrical-coordinate representation of color #3DF643: hue angle of 121.95º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF643 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 246 | 67 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.04 |
| HSL | 121.95º | 0.91% | 0.6% | - |
| HSV(B) | 121.95º | 0.75% | 0.96% | - |
| XYZ | 35.89 | 67.31 | 16.41 | - |
| YUV | 170.28 | 69.71 | 50.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 246 | 67 | 0.75 | 0 | 0.73 | 0.04 | 121.95 | 0.91 | 0.6 |
| Hex | 3D | F6 | 43 | 4B | 0 | 49 | 4 | 7A | 5B | 3C |
| Octal | 75 | 366 | 103 | 113 | 0 | 111 | 4 | 172 | 133 | 74 |
| Binary | 111101 | 11110110 | 1000011 | 1001011 | 0 | 1001001 | 100 | 1111010 | 1011011 | 111100 |
Color Harmonies of #3DF643
Complementary color
Monochromatic Colors of #3DF643
Black with #3DF643
Text Example
Text Example
White with #3DF643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF643; }
p { color: rgb(61,246,67); }
H1.HeaderClassName
{
color: #3DF643;
}
.AnyTagClassName
{
color: #3DF643;
}
</style>
background-color css
<style>
a { background-color: #3DF643; }
a { background-color: rgb(61,246,67); }
div.DivClassName
{
background-color: #3DF643;
}
.BgClassName
{
background-color: #3DF643;
}
</style>
border-color css
<style>
span { border-color: #3DF643; }
span { border-color: rgb(61,246,67); }
td.TdClassName
{
border-color: #3DF643;
}
.TagClassName
{
border-color: #3DF643;
}
</style>