Shades of Lime Green #38BF3C
Tints of Lime Green #38BF3C
RGB
CMYK
RGB Variations
Color information
#38BF3C (or 0x38BF3C) is known color: Lime Green. HEX triplet: 38, BF and 3C. RGB value is (56,191,60). Sum of RGB (Red+Green+Blue) = 56+191+60=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 191 (75% from 255 or 62.21% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 191 - color contains mainly: green. Hex color #38BF3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38BF3C is #C740C3. Grayscale: #888888. Windows color (decimal): -13058244 or 3981112. OLE color: 3981112.
HSL color Cylindrical-coordinate representation of color #38BF3C: hue angle of 121.78º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38BF3C is Cyan = 0.71, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 191 | 60 | - |
| CMYK | 0.71 | 0 | 0.69 | 0.25 |
| HSL | 121.78º | 0.55% | 0.48% | - |
| HSV(B) | 121.78º | 0.71% | 0.75% | - |
| XYZ | 21.08 | 38.43 | 10.58 | - |
| YUV | 135.7 | 85.27 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 191 | 60 | 0.71 | 0 | 0.69 | 0.25 | 121.78 | 0.55 | 0.48 |
| Hex | 38 | BF | 3C | 47 | 0 | 45 | 19 | 7A | 37 | 30 |
| Octal | 70 | 277 | 74 | 107 | 0 | 105 | 31 | 172 | 67 | 60 |
| Binary | 111000 | 10111111 | 111100 | 1000111 | 0 | 1000101 | 11001 | 1111010 | 110111 | 110000 |
Color Harmonies of #38BF3C
Complementary color
Monochromatic Colors of #38BF3C
Black with #38BF3C
Text Example
Text Example
White with #38BF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BF3C; }
p { color: rgb(56,191,60); }
H1.HeaderClassName
{
color: #38BF3C;
}
.AnyTagClassName
{
color: #38BF3C;
}
</style>
background-color css
<style>
a { background-color: #38BF3C; }
a { background-color: rgb(56,191,60); }
div.DivClassName
{
background-color: #38BF3C;
}
.BgClassName
{
background-color: #38BF3C;
}
</style>
border-color css
<style>
span { border-color: #38BF3C; }
span { border-color: rgb(56,191,60); }
td.TdClassName
{
border-color: #38BF3C;
}
.TagClassName
{
border-color: #38BF3C;
}
</style>