#38E14C

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

Shades of Lime Green #38E14C

Tints of Lime Green #38E14C

Color information

#38E14C (or 0x38E14C) is unknown color: approx Lime Green. HEX triplet: 38, E1 and 4C. RGB value is (56,225,76). Sum of RGB (Red+Green+Blue) = 56+225+76=357 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.69% from 357); Green value is 225 (88.28% from 255 or 63.03% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 225 - color contains mainly: green. Hex color #38E14C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38E14C is #C71EB3. Grayscale: #9D9D9D. Windows color (decimal): -13049524 or 5038392. OLE color: 5038392.

HSL color Cylindrical-coordinate representation of color #38E14C: hue angle of 127.1º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E14C is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB5622576-
CMYK0.7500.660.12
HSL127.1º73.8%55.1%-
HSV(B)127.1º75.11%88.24%-
XYZ29.8655.2115.92-
YUV157.4882.0155.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.69%
GREEN value IS 225 (88.28% from 255) = 63.03%
BLUE value IS 76 (30.08% from 255) = 21.29%
R=15.69%
G=63.03%
B=21.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal56225760.7500.660.12127.173.855.1
Hex38E14C4B042C7f4a37
Octal7034111411301021417711267
Binary111000111000011001100100101101000010110011111111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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