Shades of Lime Green #3DF93D
Tints of Lime Green #3DF93D
RGB
CMYK
RGB Variations
Color information
#3DF93D (or 0x3DF93D) is known color: Lime Green. HEX triplet: 3D, F9 and 3D. RGB value is (61,249,61). Sum of RGB (Red+Green+Blue) = 61+249+61=371 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.44% from 371); Green value is 249 (97.66% from 255 or 67.12% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 249 - color contains mainly: green. Hex color #3DF93D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF93D is #C206C2. Grayscale: #ABABAB. Windows color (decimal): -12715715 or 4061501. OLE color: 4061501.
HSL color Cylindrical-coordinate representation of color #3DF93D: hue angle of 120º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DF93D is Cyan = 0.76, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 249 | 61 | - |
| CMYK | 0.76 | 0 | 0.76 | 0.02 |
| HSL | 120º | 0.94% | 0.61% | - |
| HSV(B) | 120º | 0.76% | 0.98% | - |
| XYZ | 36.64 | 69.08 | 15.82 | - |
| YUV | 171.36 | 65.72 | 49.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 249 | 61 | 0.76 | 0 | 0.76 | 0.02 | 120 | 0.94 | 0.61 |
| Hex | 3D | F9 | 3D | 4C | 0 | 4C | 2 | 78 | 5E | 3D |
| Octal | 75 | 371 | 75 | 114 | 0 | 114 | 2 | 170 | 136 | 75 |
| Binary | 111101 | 11111001 | 111101 | 1001100 | 0 | 1001100 | 10 | 1111000 | 1011110 | 111101 |
Color Harmonies of #3DF93D
Complementary color
Monochromatic Colors of #3DF93D
Black with #3DF93D
Text Example
Text Example
White with #3DF93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF93D; }
p { color: rgb(61,249,61); }
H1.HeaderClassName
{
color: #3DF93D;
}
.AnyTagClassName
{
color: #3DF93D;
}
</style>
background-color css
<style>
a { background-color: #3DF93D; }
a { background-color: rgb(61,249,61); }
div.DivClassName
{
background-color: #3DF93D;
}
.BgClassName
{
background-color: #3DF93D;
}
</style>
border-color css
<style>
span { border-color: #3DF93D; }
span { border-color: rgb(61,249,61); }
td.TdClassName
{
border-color: #3DF93D;
}
.TagClassName
{
border-color: #3DF93D;
}
</style>