Shades of Lime Green #3DF33E
Tints of Lime Green #3DF33E
RGB
CMYK
RGB Variations
Color information
#3DF33E (or 0x3DF33E) is known color: Lime Green. HEX triplet: 3D, F3 and 3E. RGB value is (61,243,62). Sum of RGB (Red+Green+Blue) = 61+243+62=366 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.67% from 366); Green value is 243 (95.31% from 255 or 66.39% from 366); Blue value is 62 (24.61% from 255 or 16.94% from 366); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF33E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF33E is #C20CC1. Grayscale: #A8A8A8. Windows color (decimal): -12717250 or 4125501. OLE color: 4125501.
HSL color Cylindrical-coordinate representation of color #3DF33E: hue angle of 120.33º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF33E is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 243 | 62 | - |
| CMYK | 0.75 | 0 | 0.74 | 0.05 |
| HSL | 120.33º | 0.88% | 0.6% | - |
| HSV(B) | 120.33º | 0.75% | 0.95% | - |
| XYZ | 34.84 | 65.44 | 15.35 | - |
| YUV | 167.95 | 68.2 | 51.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 243 | 62 | 0.75 | 0 | 0.74 | 0.05 | 120.33 | 0.88 | 0.6 |
| Hex | 3D | F3 | 3E | 4B | 0 | 4A | 5 | 78 | 58 | 3C |
| Octal | 75 | 363 | 76 | 113 | 0 | 112 | 5 | 170 | 130 | 74 |
| Binary | 111101 | 11110011 | 111110 | 1001011 | 0 | 1001010 | 101 | 1111000 | 1011000 | 111100 |
Color Harmonies of #3DF33E
Complementary color
Monochromatic Colors of #3DF33E
Black with #3DF33E
Text Example
Text Example
White with #3DF33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF33E; }
p { color: rgb(61,243,62); }
H1.HeaderClassName
{
color: #3DF33E;
}
.AnyTagClassName
{
color: #3DF33E;
}
</style>
background-color css
<style>
a { background-color: #3DF33E; }
a { background-color: rgb(61,243,62); }
div.DivClassName
{
background-color: #3DF33E;
}
.BgClassName
{
background-color: #3DF33E;
}
</style>
border-color css
<style>
span { border-color: #3DF33E; }
span { border-color: rgb(61,243,62); }
td.TdClassName
{
border-color: #3DF33E;
}
.TagClassName
{
border-color: #3DF33E;
}
</style>