#38E93D

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

Shades of Lime Green #38E93D

Tints of Lime Green #38E93D

Color information

#38E93D (or 0x38E93D) is unknown color: approx Lime Green. HEX triplet: 38, E9 and 3D. RGB value is (56,233,61). Sum of RGB (Red+Green+Blue) = 56+233+61=350 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16% from 350); Green value is 233 (91.41% from 255 or 66.57% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 233 - color contains mainly: green. Hex color #38E93D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38E93D is #C716C2. Grayscale: #A0A0A0. Windows color (decimal): -13047491 or 4057400. OLE color: 4057400.

HSL color Cylindrical-coordinate representation of color #38E93D: hue angle of 121.69º 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 #38E93D is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB5623361-
CMYK0.7600.740.09
HSL121.69º80.09%56.67%-
HSV(B)121.69º75.97%91.37%-
XYZ31.6159.4614.22-
YUV160.4771.8653.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16%
GREEN value IS 233 (91.41% from 255) = 66.57%
BLUE value IS 61 (24.22% from 255) = 17.43%
R=16%
G=66.57%
B=17.43%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal56233610.7600.740.09121.6980.0956.67
Hex38E93D4C04A97a5039
Octal703517511401121117212071
Binary11100011101001111101100110001001010100111110101010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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