#38DA1C

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

Shades of Lime Green #38DA1C

Tints of Lime Green #38DA1C

Color information

#38DA1C (or 0x38DA1C) is unknown color: approx Lime Green. HEX triplet: 38, DA and 1C. RGB value is (56,218,28). Sum of RGB (Red+Green+Blue) = 56+218+28=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 218 (85.55% from 255 or 72.19% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 218 - color contains mainly: green. Hex color #38DA1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38DA1C is #C725E3. Grayscale: #949494. Windows color (decimal): -13051364 or 1890872. OLE color: 1890872.

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

Color convert

RGB5621828-
CMYK0.7400.870.15
HSL111.16º77.24%48.24%-
HSV(B)111.16º87.16%85.49%-
XYZ26.9151.079.54-
YUV147.960.3362.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.54%
GREEN value IS 218 (85.55% from 255) = 72.19%
BLUE value IS 28 (11.33% from 255) = 9.27%
R=18.54%
G=72.19%
B=9.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal56218280.7400.870.15111.1677.2448.24
Hex38DA1C4A057F6f4d30
Octal703323411201271715711560
Binary1110001101101011100100101001010111111111011111001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38DA1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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