Shades of Lime Green #38CC1B
Tints of Lime Green #38CC1B
RGB
CMYK
RGB Variations
Color information
#38CC1B (or 0x38CC1B) is known color: Lime Green. HEX triplet: 38, CC and 1B. RGB value is (56,204,27). Sum of RGB (Red+Green+Blue) = 56+204+27=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 204 (80.08% from 255 or 71.08% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 204 - color contains mainly: green. Hex color #38CC1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38CC1B is #C733E4. Grayscale: #8C8C8C. Windows color (decimal): -13054949 or 1821752. OLE color: 1821752.
HSL color Cylindrical-coordinate representation of color #38CC1B: hue angle of 110.17º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #38CC1B is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 56 | 204 | 27 | - |
| CMYK | 0.73 | 0 | 0.87 | 0.2 |
| HSL | 110.17º | 0.77% | 0.45% | - |
| HSV(B) | 110.17º | 0.87% | 0.8% | - |
| XYZ | 23.42 | 44.11 | 8.32 | - |
| YUV | 139.57 | 64.47 | 68.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 204 | 27 | 0.73 | 0 | 0.87 | 0.2 | 110.17 | 0.77 | 0.45 |
| Hex | 38 | CC | 1B | 49 | 0 | 57 | 14 | 6E | 4D | 2D |
| Octal | 70 | 314 | 33 | 111 | 0 | 127 | 24 | 156 | 115 | 55 |
| Binary | 111000 | 11001100 | 11011 | 1001001 | 0 | 1010111 | 10100 | 1101110 | 1001101 | 101101 |
Color Harmonies of #38CC1B
Complementary color
Monochromatic Colors of #38CC1B
Black with #38CC1B
Text Example
Text Example
White with #38CC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CC1B; }
p { color: rgb(56,204,27); }
H1.HeaderClassName
{
color: #38CC1B;
}
.AnyTagClassName
{
color: #38CC1B;
}
</style>
background-color css
<style>
a { background-color: #38CC1B; }
a { background-color: rgb(56,204,27); }
div.DivClassName
{
background-color: #38CC1B;
}
.BgClassName
{
background-color: #38CC1B;
}
</style>
border-color css
<style>
span { border-color: #38CC1B; }
span { border-color: rgb(56,204,27); }
td.TdClassName
{
border-color: #38CC1B;
}
.TagClassName
{
border-color: #38CC1B;
}
</style>