Shades of Lime Green #3FF92D
Tints of Lime Green #3FF92D
RGB
CMYK
RGB Variations
Color information
#3FF92D (or 0x3FF92D) is known color: Lime Green. HEX triplet: 3F, F9 and 2D. RGB value is (63,249,45). Sum of RGB (Red+Green+Blue) = 63+249+45=357 (47% of max value = 765). Red value is 63 (25% from 255 or 17.65% from 357); Green value is 249 (97.66% from 255 or 69.75% from 357); Blue value is 45 (17.97% from 255 or 12.61% from 357); Max value from RGB is 249 - color contains mainly: green. Hex color #3FF92D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF92D is #C006D2. Grayscale: #AAAAAA. Windows color (decimal): -12584659 or 3012927. OLE color: 3012927.
HSL color Cylindrical-coordinate representation of color #3FF92D: hue angle of 114.71º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3FF92D is Cyan = 0.75, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 249 | 45 | - |
| CMYK | 0.75 | 0 | 0.82 | 0.02 |
| HSL | 114.71º | 0.94% | 0.58% | - |
| HSV(B) | 114.71º | 0.82% | 0.98% | - |
| XYZ | 36.4 | 69 | 13.88 | - |
| YUV | 170.13 | 57.38 | 51.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 249 | 45 | 0.75 | 0 | 0.82 | 0.02 | 114.71 | 0.94 | 0.58 |
| Hex | 3F | F9 | 2D | 4B | 0 | 52 | 2 | 73 | 5E | 3A |
| Octal | 77 | 371 | 55 | 113 | 0 | 122 | 2 | 163 | 136 | 72 |
| Binary | 111111 | 11111001 | 101101 | 1001011 | 0 | 1010010 | 10 | 1110011 | 1011110 | 111010 |
Color Harmonies of #3FF92D
Complementary color
Monochromatic Colors of #3FF92D
Black with #3FF92D
Text Example
Text Example
White with #3FF92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF92D; }
p { color: rgb(63,249,45); }
H1.HeaderClassName
{
color: #3FF92D;
}
.AnyTagClassName
{
color: #3FF92D;
}
</style>
background-color css
<style>
a { background-color: #3FF92D; }
a { background-color: rgb(63,249,45); }
div.DivClassName
{
background-color: #3FF92D;
}
.BgClassName
{
background-color: #3FF92D;
}
</style>
border-color css
<style>
span { border-color: #3FF92D; }
span { border-color: rgb(63,249,45); }
td.TdClassName
{
border-color: #3FF92D;
}
.TagClassName
{
border-color: #3FF92D;
}
</style>