#38E136

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

Shades of Lime Green #38E136

Tints of Lime Green #38E136

Color information

#38E136 (or 0x38E136) is unknown color: approx Lime Green. HEX triplet: 38, E1 and 36. RGB value is (56,225,54). Sum of RGB (Red+Green+Blue) = 56+225+54=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 225 (88.28% from 255 or 67.16% from 335); Blue value is 54 (21.48% from 255 or 16.12% from 335); Max value from RGB is 225 - color contains mainly: green. Hex color #38E136 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38E136 is #C71EC9. Grayscale: #9B9B9B. Windows color (decimal): -13049546 or 3596600. OLE color: 3596600.

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

Color convert

RGB5622554-
CMYK0.7500.760.12
HSL119.3º74.03%54.71%-
HSV(B)119.3º76%88.24%-
XYZ29.2254.9612.56-
YUV154.9871.0157.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.72%
GREEN value IS 225 (88.28% from 255) = 67.16%
BLUE value IS 54 (21.48% from 255) = 16.12%
R=16.72%
G=67.16%
B=16.12%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal56225540.7500.760.12119.374.0354.71
Hex38E1364B04CC774a37
Octal703416611301141416711267
Binary11100011100001110110100101101001100110011101111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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