#38D137

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

Shades of Lime Green #38D137

Tints of Lime Green #38D137

Color information

#38D137 (or 0x38D137) is unknown color: approx Lime Green. HEX triplet: 38, D1 and 37. RGB value is (56,209,55). Sum of RGB (Red+Green+Blue) = 56+209+55=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 209 (82.03% from 255 or 65.31% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 209 - color contains mainly: green. Hex color #38D137 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D137 is #C72EC8. Grayscale: #929292. Windows color (decimal): -13053641 or 3658040. OLE color: 3658040.

HSL color Cylindrical-coordinate representation of color #38D137: hue angle of 119.61º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D137 is Cyan = 0.73, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB5620955-
CMYK0.7300.740.18
HSL119.61º62.6%51.76%-
HSV(B)119.61º73.68%81.96%-
XYZ25.1246.7211.31-
YUV145.776.8164.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.5%
GREEN value IS 209 (82.03% from 255) = 65.31%
BLUE value IS 55 (21.88% from 255) = 17.19%
R=17.5%
G=65.31%
B=17.19%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal56209550.7300.740.18119.6162.651.76
Hex38D1374904A12783f34
Octal70321671110112221707764
Binary11100011010001110111100100101001010100101111000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,209,55); }

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

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

 a { background-color: rgb(56,209,55); }

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

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

 span { border-color: rgb(56,209,55); }

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