#38DD57

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

Shades of Lime Green #38DD57

Tints of Lime Green #38DD57

Color information

#38DD57 (or 0x38DD57) is unknown color: approx Lime Green. HEX triplet: 38, DD and 57. RGB value is (56,221,87). Sum of RGB (Red+Green+Blue) = 56+221+87=364 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.38% from 364); Green value is 221 (86.72% from 255 or 60.71% from 364); Blue value is 87 (34.38% from 255 or 23.90% from 364); Max value from RGB is 221 - color contains mainly: green. Hex color #38DD57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38DD57 is #C722A8. Grayscale: #9C9C9C. Windows color (decimal): -13050537 or 5758264. OLE color: 5758264.

HSL color Cylindrical-coordinate representation of color #38DD57: hue angle of 131.27º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DD57 is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB5622187-
CMYK0.7500.610.13
HSL131.27º70.82%54.31%-
HSV(B)131.27º74.66%86.67%-
XYZ29.2153.2417.75-
YUV156.3988.8456.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.38%
GREEN value IS 221 (86.72% from 255) = 60.71%
BLUE value IS 87 (34.38% from 255) = 23.90%
R=15.38%
G=60.71%
B=23.90%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal56221870.7500.610.13131.2770.8254.31
Hex38DD574B03DD834736
Octal703351271130751520310766
Binary111000110111011010111100101101111011101100000111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38DD57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,221,87); }

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

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

 a { background-color: rgb(56,221,87); }

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

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

 span { border-color: rgb(56,221,87); }

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