Shades of Lime Green #3FF34A
Tints of Lime Green #3FF34A
RGB
CMYK
RGB Variations
Color information
#3FF34A (or 0x3FF34A) is known color: Lime Green. HEX triplet: 3F, F3 and 4A. RGB value is (63,243,74). Sum of RGB (Red+Green+Blue) = 63+243+74=380 (50% of max value = 765). Red value is 63 (25% from 255 or 16.58% from 380); Green value is 243 (95.31% from 255 or 63.95% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 243 - color contains mainly: green. Hex color #3FF34A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF34A is #C00CB5. Grayscale: #AAAAAA. Windows color (decimal): -12586166 or 4911935. OLE color: 4911935.
HSL color Cylindrical-coordinate representation of color #3FF34A: hue angle of 123.67º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF34A is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 243 | 74 | - |
| CMYK | 0.74 | 0 | 0.70 | 0.05 |
| HSL | 123.67º | 0.88% | 0.6% | - |
| HSV(B) | 123.67º | 0.74% | 0.95% | - |
| XYZ | 35.34 | 65.65 | 17.29 | - |
| YUV | 169.91 | 73.87 | 51.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 243 | 74 | 0.74 | 0 | 0.70 | 0.05 | 123.67 | 0.88 | 0.6 |
| Hex | 3F | F3 | 4A | 4A | 0 | 46 | 5 | 7C | 58 | 3C |
| Octal | 77 | 363 | 112 | 112 | 0 | 106 | 5 | 174 | 130 | 74 |
| Binary | 111111 | 11110011 | 1001010 | 1001010 | 0 | 1000110 | 101 | 1111100 | 1011000 | 111100 |
Color Harmonies of #3FF34A
Complementary color
Monochromatic Colors of #3FF34A
Black with #3FF34A
Text Example
Text Example
White with #3FF34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF34A; }
p { color: rgb(63,243,74); }
H1.HeaderClassName
{
color: #3FF34A;
}
.AnyTagClassName
{
color: #3FF34A;
}
</style>
background-color css
<style>
a { background-color: #3FF34A; }
a { background-color: rgb(63,243,74); }
div.DivClassName
{
background-color: #3FF34A;
}
.BgClassName
{
background-color: #3FF34A;
}
</style>
border-color css
<style>
span { border-color: #3FF34A; }
span { border-color: rgb(63,243,74); }
td.TdClassName
{
border-color: #3FF34A;
}
.TagClassName
{
border-color: #3FF34A;
}
</style>