#38B13B

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

Shades of Lime Green #38B13B

Tints of Lime Green #38B13B

Color information

#38B13B (or 0x38B13B) is unknown color: approx Lime Green. HEX triplet: 38, B1 and 3B. RGB value is (56,177,59). Sum of RGB (Red+Green+Blue) = 56+177+59=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 177 (69.53% from 255 or 60.62% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 177 - color contains mainly: green. Hex color #38B13B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38B13B is #C74EC4. Grayscale: #7F7F7F. Windows color (decimal): -13061829 or 3911992. OLE color: 3911992.

HSL color Cylindrical-coordinate representation of color #38B13B: hue angle of 121.49º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38B13B is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB5617759-
CMYK0.6800.670.31
HSL121.49º51.93%45.69%-
HSV(B)121.49º68.36%69.41%-
XYZ18.1432.69.47-
YUV127.3789.4177.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.18%
GREEN value IS 177 (69.53% from 255) = 60.62%
BLUE value IS 59 (23.44% from 255) = 20.21%
R=19.18%
G=60.62%
B=20.21%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal56177590.6800.670.31121.4951.9345.69
Hex38B13B440431F79342e
Octal70261731040103371716456
Binary11100010110001111011100010001000011111111111001110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,177,59); }

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

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

 a { background-color: rgb(56,177,59); }

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

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

 span { border-color: rgb(56,177,59); }

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