#38F83E

Color #38F83E Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #38F83E

Tints of Lime Green #38F83E

Color information

#38F83E (or 0x38F83E) is unknown color: approx Lime Green. HEX triplet: 38, F8 and 3E. RGB value is (56,248,62). Sum of RGB (Red+Green+Blue) = 56+248+62=366 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.30% from 366); Green value is 248 (97.27% from 255 or 67.76% from 366); Blue value is 62 (24.61% from 255 or 16.94% from 366); Max value from RGB is 248 - color contains mainly: green. Hex color #38F83E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F83E is #C707C1. Grayscale: #A9A9A9. Windows color (decimal): -13043650 or 4126776. OLE color: 4126776.

HSL color Cylindrical-coordinate representation of color #38F83E: hue angle of 121.88º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F83E is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.

Color convert

RGB5624862-
CMYK0.7700.750.03
HSL121.88º93.2%59.61%-
HSV(B)121.88º77.42%97.25%-
XYZ36.0768.3215.84-
YUV169.3967.3947.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 15.30%
GREEN value IS 248 (97.27% from 255) = 67.76%
BLUE value IS 62 (24.61% from 255) = 16.94%
R=15.30%
G=67.76%
B=16.94%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal56248620.7700.750.03121.8893.259.61
Hex38F83E4D04B37a5d3c
Octal70370761150113317213574
Binary111000111110001111101001101010010111111110101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F83E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38F83E; }

 p { color: rgb(56,248,62); }

 H1.HeaderClassName
 {
   color: #38F83E;
 }
 .AnyTagClassName
 {
   color: #38F83E;
 }
</style>
background-color css

<style>
 a { background-color: #38F83E; }

 a { background-color: rgb(56,248,62); }

 div.DivClassName
 {
   background-color: #38F83E;
 }
 .BgClassName
 {
   background-color: #38F83E;
 }
</style>
border-color css

<style>
 span { border-color: #38F83E; }

 span { border-color: rgb(56,248,62); }

 td.TdClassName
 {
   border-color: #38F83E;
 }
 .TagClassName
 {
   border-color: #38F83E;
 }
</style>