Shades of Lime Green #3CF93D
Tints of Lime Green #3CF93D
RGB
CMYK
RGB Variations
Color information
#3CF93D (or 0x3CF93D) is known color: Lime Green. HEX triplet: 3C, F9 and 3D. RGB value is (60,249,61). Sum of RGB (Red+Green+Blue) = 60+249+61=370 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.22% from 370); Green value is 249 (97.66% from 255 or 67.30% from 370); Blue value is 61 (24.22% from 255 or 16.49% from 370); Max value from RGB is 249 - color contains mainly: green. Hex color #3CF93D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF93D is #C306C2. Grayscale: #ABABAB. Windows color (decimal): -12781251 or 4061500. OLE color: 4061500.
HSL color Cylindrical-coordinate representation of color #3CF93D: hue angle of 120.32º 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 #3CF93D is Cyan = 0.76, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 249 | 61 | - |
| CMYK | 0.76 | 0 | 0.76 | 0.02 |
| HSL | 120.32º | 0.94% | 0.61% | - |
| HSV(B) | 120.32º | 0.76% | 0.98% | - |
| XYZ | 36.58 | 69.05 | 15.81 | - |
| YUV | 171.06 | 65.88 | 48.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 249 | 61 | 0.76 | 0 | 0.76 | 0.02 | 120.32 | 0.94 | 0.61 |
| Hex | 3C | F9 | 3D | 4C | 0 | 4C | 2 | 78 | 5E | 3D |
| Octal | 74 | 371 | 75 | 114 | 0 | 114 | 2 | 170 | 136 | 75 |
| Binary | 111100 | 11111001 | 111101 | 1001100 | 0 | 1001100 | 10 | 1111000 | 1011110 | 111101 |
Color Harmonies of #3CF93D
Complementary color
Monochromatic Colors of #3CF93D
Black with #3CF93D
Text Example
Text Example
White with #3CF93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF93D; }
p { color: rgb(60,249,61); }
H1.HeaderClassName
{
color: #3CF93D;
}
.AnyTagClassName
{
color: #3CF93D;
}
</style>
background-color css
<style>
a { background-color: #3CF93D; }
a { background-color: rgb(60,249,61); }
div.DivClassName
{
background-color: #3CF93D;
}
.BgClassName
{
background-color: #3CF93D;
}
</style>
border-color css
<style>
span { border-color: #3CF93D; }
span { border-color: rgb(60,249,61); }
td.TdClassName
{
border-color: #3CF93D;
}
.TagClassName
{
border-color: #3CF93D;
}
</style>