#38DD4F

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

Shades of Lime Green #38DD4F

Tints of Lime Green #38DD4F

Color information

#38DD4F (or 0x38DD4F) is unknown color: approx Lime Green. HEX triplet: 38, DD and 4F. RGB value is (56,221,79). Sum of RGB (Red+Green+Blue) = 56+221+79=356 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.73% from 356); Green value is 221 (86.72% from 255 or 62.08% from 356); Blue value is 79 (31.25% from 255 or 22.19% from 356); Max value from RGB is 221 - color contains mainly: green. Hex color #38DD4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38DD4F is #C722B0. Grayscale: #9B9B9B. Windows color (decimal): -13050545 or 5233976. OLE color: 5233976.

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

Color convert

RGB5622179-
CMYK0.7500.640.13
HSL128.36º70.82%54.31%-
HSV(B)128.36º74.66%86.67%-
XYZ28.953.1216.13-
YUV155.4884.8457.05-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.73%
GREEN value IS 221 (86.72% from 255) = 62.08%
BLUE value IS 79 (31.25% from 255) = 22.19%
R=15.73%
G=62.08%
B=22.19%

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
Decimal56221790.7500.640.13128.3670.8254.31
Hex38DD4F4B040D804736
Octal7033511711301001520010766
Binary1110001101110110011111001011010000001101100000001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38DD4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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