#38DD50

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

Shades of Lime Green #38DD50

Tints of Lime Green #38DD50

Color information

#38DD50 (or 0x38DD50) is unknown color: approx Lime Green. HEX triplet: 38, DD and 50. RGB value is (56,221,80). Sum of RGB (Red+Green+Blue) = 56+221+80=357 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.69% from 357); Green value is 221 (86.72% from 255 or 61.90% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 221 - color contains mainly: green. Hex color #38DD50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38DD50 is #C722AF. Grayscale: #9B9B9B. Windows color (decimal): -13050544 or 5299512. OLE color: 5299512.

HSL color Cylindrical-coordinate representation of color #38DD50: hue angle of 128.73º 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 #38DD50 is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB5622180-
CMYK0.7500.640.13
HSL128.73º70.82%54.31%-
HSV(B)128.73º74.66%86.67%-
XYZ28.9453.1316.32-
YUV155.5985.3456.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.69%
GREEN value IS 221 (86.72% from 255) = 61.90%
BLUE value IS 80 (31.64% from 255) = 22.41%
R=15.69%
G=61.90%
B=22.41%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal56221800.7500.640.13128.7370.8254.31
Hex38DD504B040D814736
Octal7033512011301001520110766
Binary1110001101110110100001001011010000001101100000011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38DD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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