#38DA44

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

Shades of Lime Green #38DA44

Tints of Lime Green #38DA44

Color information

#38DA44 (or 0x38DA44) is unknown color: approx Lime Green. HEX triplet: 38, DA and 44. RGB value is (56,218,68). Sum of RGB (Red+Green+Blue) = 56+218+68=342 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.37% from 342); Green value is 218 (85.55% from 255 or 63.74% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 218 - color contains mainly: green. Hex color #38DA44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38DA44 is #C725BB. Grayscale: #989898. Windows color (decimal): -13051324 or 4512312. OLE color: 4512312.

HSL color Cylindrical-coordinate representation of color #38DA44: hue angle of 124.44º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38DA44 is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB5621868-
CMYK0.7400.690.15
HSL124.44º68.64%53.73%-
HSV(B)124.44º74.31%85.49%-
XYZ27.7551.413.93-
YUV152.4680.3359.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.37%
GREEN value IS 218 (85.55% from 255) = 63.74%
BLUE value IS 68 (26.95% from 255) = 19.88%
R=16.37%
G=63.74%
B=19.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal56218680.7400.690.15124.4468.6453.73
Hex38DA444A045F7c4536
Octal7033210411201051717410566
Binary111000110110101000100100101001000101111111111001000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38DA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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