Shades of Lime Green #38F933
Tints of Lime Green #38F933
RGB
CMYK
RGB Variations
Color information
#38F933 (or 0x38F933) is known color: Lime Green. HEX triplet: 38, F9 and 33. RGB value is (56,249,51). Sum of RGB (Red+Green+Blue) = 56+249+51=356 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.73% from 356); Green value is 249 (97.66% from 255 or 69.94% from 356); Blue value is 51 (20.31% from 255 or 14.33% from 356); Max value from RGB is 249 - color contains mainly: green. Hex color #38F933 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F933 is #C706CC. Grayscale: #A9A9A9. Windows color (decimal): -13043405 or 3406136. OLE color: 3406136.
HSL color Cylindrical-coordinate representation of color #38F933: hue angle of 118.48º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38F933 is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 249 | 51 | - |
| CMYK | 0.78 | 0 | 0.80 | 0.02 |
| HSL | 118.48º | 0.94% | 0.59% | - |
| HSV(B) | 118.48º | 0.8% | 0.98% | - |
| XYZ | 36.1 | 68.83 | 14.51 | - |
| YUV | 168.72 | 61.56 | 47.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 249 | 51 | 0.78 | 0 | 0.80 | 0.02 | 118.48 | 0.94 | 0.59 |
| Hex | 38 | F9 | 33 | 4E | 0 | 50 | 2 | 76 | 5E | 3B |
| Octal | 70 | 371 | 63 | 116 | 0 | 120 | 2 | 166 | 136 | 73 |
| Binary | 111000 | 11111001 | 110011 | 1001110 | 0 | 1010000 | 10 | 1110110 | 1011110 | 111011 |
Color Harmonies of #38F933
Complementary color
Monochromatic Colors of #38F933
Black with #38F933
Text Example
Text Example
White with #38F933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F933; }
p { color: rgb(56,249,51); }
H1.HeaderClassName
{
color: #38F933;
}
.AnyTagClassName
{
color: #38F933;
}
</style>
background-color css
<style>
a { background-color: #38F933; }
a { background-color: rgb(56,249,51); }
div.DivClassName
{
background-color: #38F933;
}
.BgClassName
{
background-color: #38F933;
}
</style>
border-color css
<style>
span { border-color: #38F933; }
span { border-color: rgb(56,249,51); }
td.TdClassName
{
border-color: #38F933;
}
.TagClassName
{
border-color: #38F933;
}
</style>