#38E94C

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

Shades of Lime Green #38E94C

Tints of Lime Green #38E94C

Color information

#38E94C (or 0x38E94C) is unknown color: approx Lime Green. HEX triplet: 38, E9 and 4C. RGB value is (56,233,76). Sum of RGB (Red+Green+Blue) = 56+233+76=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 233 (91.41% from 255 or 63.84% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 233 - color contains mainly: green. Hex color #38E94C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38E94C is #C716B3. Grayscale: #A2A2A2. Windows color (decimal): -13047476 or 5040440. OLE color: 5040440.

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

Color convert

RGB5623376-
CMYK0.7600.670.09
HSL126.78º80.09%56.67%-
HSV(B)126.78º75.97%91.37%-
XYZ32.0759.6416.66-
YUV162.1879.3652.27-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.34%
GREEN value IS 233 (91.41% from 255) = 63.84%
BLUE value IS 76 (30.08% from 255) = 20.82%
R=15.34%
G=63.84%
B=20.82%

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
Decimal56233760.7600.670.09126.7880.0956.67
Hex38E94C4C04397f5039
Octal7035111411401031117712071
Binary111000111010011001100100110001000011100111111111010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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