#38E94D

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

Shades of Lime Green #38E94D

Tints of Lime Green #38E94D

Color information

#38E94D (or 0x38E94D) is unknown color: approx Lime Green. HEX triplet: 38, E9 and 4D. RGB value is (56,233,77). Sum of RGB (Red+Green+Blue) = 56+233+77=366 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.30% from 366); Green value is 233 (91.41% from 255 or 63.66% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 233 - color contains mainly: green. Hex color #38E94D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38E94D is #C716B2. Grayscale: #A2A2A2. Windows color (decimal): -13047475 or 5105976. OLE color: 5105976.

HSL color Cylindrical-coordinate representation of color #38E94D: hue angle of 127.12º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E94D is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB5623377-
CMYK0.7600.670.09
HSL127.12º80.09%56.67%-
HSV(B)127.12º75.97%91.37%-
XYZ32.1159.6516.84-
YUV162.2979.8652.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.30%
GREEN value IS 233 (91.41% from 255) = 63.66%
BLUE value IS 77 (30.47% from 255) = 21.04%
R=15.30%
G=63.66%
B=21.04%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal56233770.7600.670.09127.1280.0956.67
Hex38E94D4C04397f5039
Octal7035111511401031117712071
Binary111000111010011001101100110001000011100111111111010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,233,77); }

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

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

 a { background-color: rgb(56,233,77); }

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

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

 span { border-color: rgb(56,233,77); }

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