#38D539

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

Shades of Lime Green #38D539

Tints of Lime Green #38D539

Color information

#38D539 (or 0x38D539) is unknown color: approx Lime Green. HEX triplet: 38, D5 and 39. RGB value is (56,213,57). Sum of RGB (Red+Green+Blue) = 56+213+57=326 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.18% from 326); Green value is 213 (83.59% from 255 or 65.34% from 326); Blue value is 57 (22.66% from 255 or 17.48% from 326); Max value from RGB is 213 - color contains mainly: green. Hex color #38D539 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D539 is #C72AC6. Grayscale: #949494. Windows color (decimal): -13052615 or 3790136. OLE color: 3790136.

HSL color Cylindrical-coordinate representation of color #38D539: hue angle of 120.38º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D539 is Cyan = 0.74, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB5621357-
CMYK0.7400.730.16
HSL120.38º65.15%52.75%-
HSV(B)120.38º73.71%83.53%-
XYZ26.1648.7211.9-
YUV148.2776.4962.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.18%
GREEN value IS 213 (83.59% from 255) = 65.34%
BLUE value IS 57 (22.66% from 255) = 17.48%
R=17.18%
G=65.34%
B=17.48%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal56213570.7400.730.16120.3865.1552.75
Hex38D5394A04910784135
Octal703257111201112017010165
Binary111000110101011110011001010010010011000011110001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,213,57); }

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

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

 a { background-color: rgb(56,213,57); }

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

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

 span { border-color: rgb(56,213,57); }

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