Shades of Lime Green #3DF33D
Tints of Lime Green #3DF33D
RGB
CMYK
RGB Variations
Color information
#3DF33D (or 0x3DF33D) is known color: Lime Green. HEX triplet: 3D, F3 and 3D. RGB value is (61,243,61). Sum of RGB (Red+Green+Blue) = 61+243+61=365 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.71% from 365); Green value is 243 (95.31% from 255 or 66.58% from 365); Blue value is 61 (24.22% from 255 or 16.71% from 365); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF33D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF33D is #C20CC2. Grayscale: #A8A8A8. Windows color (decimal): -12717251 or 4059965. OLE color: 4059965.
HSL color Cylindrical-coordinate representation of color #3DF33D: hue angle of 120º 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 #3DF33D is Cyan = 0.75, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 243 | 61 | - |
| CMYK | 0.75 | 0 | 0.75 | 0.05 |
| HSL | 120º | 0.88% | 0.6% | - |
| HSV(B) | 120º | 0.75% | 0.95% | - |
| XYZ | 34.82 | 65.43 | 15.21 | - |
| YUV | 167.83 | 67.7 | 51.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 243 | 61 | 0.75 | 0 | 0.75 | 0.05 | 120 | 0.88 | 0.6 |
| Hex | 3D | F3 | 3D | 4B | 0 | 4B | 5 | 78 | 58 | 3C |
| Octal | 75 | 363 | 75 | 113 | 0 | 113 | 5 | 170 | 130 | 74 |
| Binary | 111101 | 11110011 | 111101 | 1001011 | 0 | 1001011 | 101 | 1111000 | 1011000 | 111100 |
Color Harmonies of #3DF33D
Complementary color
Monochromatic Colors of #3DF33D
Black with #3DF33D
Text Example
Text Example
White with #3DF33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF33D; }
p { color: rgb(61,243,61); }
H1.HeaderClassName
{
color: #3DF33D;
}
.AnyTagClassName
{
color: #3DF33D;
}
</style>
background-color css
<style>
a { background-color: #3DF33D; }
a { background-color: rgb(61,243,61); }
div.DivClassName
{
background-color: #3DF33D;
}
.BgClassName
{
background-color: #3DF33D;
}
</style>
border-color css
<style>
span { border-color: #3DF33D; }
span { border-color: rgb(61,243,61); }
td.TdClassName
{
border-color: #3DF33D;
}
.TagClassName
{
border-color: #3DF33D;
}
</style>