Shades of Lime Green #3CF630
Tints of Lime Green #3CF630
RGB
CMYK
RGB Variations
Color information
#3CF630 (or 0x3CF630) is known color: Lime Green. HEX triplet: 3C, F6 and 30. RGB value is (60,246,48). Sum of RGB (Red+Green+Blue) = 60+246+48=354 (46% of max value = 765). Red value is 60 (23.83% from 255 or 16.95% from 354); Green value is 246 (96.48% from 255 or 69.49% from 354); Blue value is 48 (19.14% from 255 or 13.56% from 354); Max value from RGB is 246 - color contains mainly: green. Hex color #3CF630 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF630 is #C309CF. Grayscale: #A8A8A8. Windows color (decimal): -12782032 or 3208764. OLE color: 3208764.
HSL color Cylindrical-coordinate representation of color #3CF630: hue angle of 116.36º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3CF630 is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 246 | 48 | - |
| CMYK | 0.76 | 0 | 0.80 | 0.04 |
| HSL | 116.36º | 0.92% | 0.58% | - |
| HSV(B) | 116.36º | 0.8% | 0.96% | - |
| XYZ | 35.35 | 67.09 | 13.88 | - |
| YUV | 167.81 | 60.38 | 51.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 246 | 48 | 0.76 | 0 | 0.80 | 0.04 | 116.36 | 0.92 | 0.58 |
| Hex | 3C | F6 | 30 | 4C | 0 | 50 | 4 | 74 | 5C | 3A |
| Octal | 74 | 366 | 60 | 114 | 0 | 120 | 4 | 164 | 134 | 72 |
| Binary | 111100 | 11110110 | 110000 | 1001100 | 0 | 1010000 | 100 | 1110100 | 1011100 | 111010 |
Color Harmonies of #3CF630
Complementary color
Monochromatic Colors of #3CF630
Black with #3CF630
Text Example
Text Example
White with #3CF630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF630; }
p { color: rgb(60,246,48); }
H1.HeaderClassName
{
color: #3CF630;
}
.AnyTagClassName
{
color: #3CF630;
}
</style>
background-color css
<style>
a { background-color: #3CF630; }
a { background-color: rgb(60,246,48); }
div.DivClassName
{
background-color: #3CF630;
}
.BgClassName
{
background-color: #3CF630;
}
</style>
border-color css
<style>
span { border-color: #3CF630; }
span { border-color: rgb(60,246,48); }
td.TdClassName
{
border-color: #3CF630;
}
.TagClassName
{
border-color: #3CF630;
}
</style>