Shades of Lime Green #38DF1C
Tints of Lime Green #38DF1C
RGB
CMYK
RGB Variations
Color information
#38DF1C (or 0x38DF1C) is known color: Lime Green. HEX triplet: 38, DF and 1C. RGB value is (56,223,28). Sum of RGB (Red+Green+Blue) = 56+223+28=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 223 (87.5% from 255 or 72.64% from 307); Blue value is 28 (11.33% from 255 or 9.12% from 307); Max value from RGB is 223 - color contains mainly: green. Hex color #38DF1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38DF1C is #C720E3. Grayscale: #979797. Windows color (decimal): -13050084 or 1892152. OLE color: 1892152.
HSL color Cylindrical-coordinate representation of color #38DF1C: hue angle of 111.38º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #38DF1C is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 223 | 28 | - |
| CMYK | 0.75 | 0 | 0.87 | 0.13 |
| HSL | 111.38º | 0.78% | 0.49% | - |
| HSV(B) | 111.38º | 0.87% | 0.87% | - |
| XYZ | 28.23 | 53.7 | 9.98 | - |
| YUV | 150.84 | 58.67 | 60.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 223 | 28 | 0.75 | 0 | 0.87 | 0.13 | 111.38 | 0.78 | 0.49 |
| Hex | 38 | DF | 1C | 4B | 0 | 57 | D | 6F | 4E | 31 |
| Octal | 70 | 337 | 34 | 113 | 0 | 127 | 15 | 157 | 116 | 61 |
| Binary | 111000 | 11011111 | 11100 | 1001011 | 0 | 1010111 | 1101 | 1101111 | 1001110 | 110001 |
Color Harmonies of #38DF1C
Complementary color
Monochromatic Colors of #38DF1C
Black with #38DF1C
Text Example
Text Example
White with #38DF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DF1C; }
p { color: rgb(56,223,28); }
H1.HeaderClassName
{
color: #38DF1C;
}
.AnyTagClassName
{
color: #38DF1C;
}
</style>
background-color css
<style>
a { background-color: #38DF1C; }
a { background-color: rgb(56,223,28); }
div.DivClassName
{
background-color: #38DF1C;
}
.BgClassName
{
background-color: #38DF1C;
}
</style>
border-color css
<style>
span { border-color: #38DF1C; }
span { border-color: rgb(56,223,28); }
td.TdClassName
{
border-color: #38DF1C;
}
.TagClassName
{
border-color: #38DF1C;
}
</style>