Shades of Lime Green #38F23C
Tints of Lime Green #38F23C
RGB
CMYK
RGB Variations
Color information
#38F23C (or 0x38F23C) is known color: Lime Green. HEX triplet: 38, F2 and 3C. RGB value is (56,242,60). Sum of RGB (Red+Green+Blue) = 56+242+60=358 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.64% from 358); Green value is 242 (94.92% from 255 or 67.60% from 358); Blue value is 60 (23.83% from 255 or 16.76% from 358); Max value from RGB is 242 - color contains mainly: green. Hex color #38F23C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F23C is #C70DC3. Grayscale: #A6A6A6. Windows color (decimal): -13045188 or 3994168. OLE color: 3994168.
HSL color Cylindrical-coordinate representation of color #38F23C: hue angle of 121.29º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F23C is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 242 | 60 | - |
| CMYK | 0.77 | 0 | 0.75 | 0.05 |
| HSL | 121.29º | 0.88% | 0.58% | - |
| HSV(B) | 121.29º | 0.77% | 0.95% | - |
| XYZ | 34.2 | 64.67 | 14.96 | - |
| YUV | 165.64 | 68.38 | 49.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 242 | 60 | 0.77 | 0 | 0.75 | 0.05 | 121.29 | 0.88 | 0.58 |
| Hex | 38 | F2 | 3C | 4D | 0 | 4B | 5 | 79 | 58 | 3A |
| Octal | 70 | 362 | 74 | 115 | 0 | 113 | 5 | 171 | 130 | 72 |
| Binary | 111000 | 11110010 | 111100 | 1001101 | 0 | 1001011 | 101 | 1111001 | 1011000 | 111010 |
Color Harmonies of #38F23C
Complementary color
Monochromatic Colors of #38F23C
Black with #38F23C
Text Example
Text Example
White with #38F23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F23C; }
p { color: rgb(56,242,60); }
H1.HeaderClassName
{
color: #38F23C;
}
.AnyTagClassName
{
color: #38F23C;
}
</style>
background-color css
<style>
a { background-color: #38F23C; }
a { background-color: rgb(56,242,60); }
div.DivClassName
{
background-color: #38F23C;
}
.BgClassName
{
background-color: #38F23C;
}
</style>
border-color css
<style>
span { border-color: #38F23C; }
span { border-color: rgb(56,242,60); }
td.TdClassName
{
border-color: #38F23C;
}
.TagClassName
{
border-color: #38F23C;
}
</style>