#38E552

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

Shades of Lime Green #38E552

Tints of Lime Green #38E552

Color information

#38E552 (or 0x38E552) is unknown color: approx Lime Green. HEX triplet: 38, E5 and 52. RGB value is (56,229,82). Sum of RGB (Red+Green+Blue) = 56+229+82=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 229 (89.84% from 255 or 62.40% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 229 - color contains mainly: green. Hex color #38E552 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38E552 is #C71AAD. Grayscale: #A0A0A0. Windows color (decimal): -13048494 or 5432632. OLE color: 5432632.

HSL color Cylindrical-coordinate representation of color #38E552: hue angle of 129.02º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E552 is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.

Color convert

RGB5622982-
CMYK0.7600.640.10
HSL129.02º76.89%55.88%-
HSV(B)129.02º75.55%89.8%-
XYZ31.1757.4917.44-
YUV160.5283.6953.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.26%
GREEN value IS 229 (89.84% from 255) = 62.40%
BLUE value IS 82 (32.42% from 255) = 22.34%
R=15.26%
G=62.40%
B=22.34%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal56229820.7600.640.10129.0276.8955.88
Hex38E5524C040A814d38
Octal7034512211401001220111570
Binary1110001110010110100101001100010000001010100000011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,229,82); }

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

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

 a { background-color: rgb(56,229,82); }

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

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

 span { border-color: rgb(56,229,82); }

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