#38D544

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

Shades of Lime Green #38D544

Tints of Lime Green #38D544

Color information

#38D544 (or 0x38D544) is unknown color: approx Lime Green. HEX triplet: 38, D5 and 44. RGB value is (56,213,68). Sum of RGB (Red+Green+Blue) = 56+213+68=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 213 (83.59% from 255 or 63.20% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 213 - color contains mainly: green. Hex color #38D544 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D544 is #C72ABB. Grayscale: #959595. Windows color (decimal): -13052604 or 4511032. OLE color: 4511032.

HSL color Cylindrical-coordinate representation of color #38D544: hue angle of 124.59º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D544 is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB5621368-
CMYK0.7400.680.16
HSL124.59º65.15%52.75%-
HSV(B)124.59º73.71%83.53%-
XYZ26.4748.8513.5-
YUV149.5381.9961.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.62%
GREEN value IS 213 (83.59% from 255) = 63.20%
BLUE value IS 68 (26.95% from 255) = 20.18%
R=16.62%
G=63.20%
B=20.18%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal56213680.7400.680.16124.5965.1552.75
Hex38D5444A044107d4135
Octal7032510411201042017510165
Binary1110001101010110001001001010010001001000011111011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,213,68); }

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

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

 a { background-color: rgb(56,213,68); }

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

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

 span { border-color: rgb(56,213,68); }

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