#38B13C

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

Shades of Lime Green #38B13C

Tints of Lime Green #38B13C

Color information

#38B13C (or 0x38B13C) is unknown color: approx Lime Green. HEX triplet: 38, B1 and 3C. RGB value is (56,177,60). Sum of RGB (Red+Green+Blue) = 56+177+60=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 177 (69.53% from 255 or 60.41% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 177 - color contains mainly: green. Hex color #38B13C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38B13C is #C74EC3. Grayscale: #7F7F7F. Windows color (decimal): -13061828 or 3977528. OLE color: 3977528.

HSL color Cylindrical-coordinate representation of color #38B13C: hue angle of 121.98º 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 #38B13C is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB5617760-
CMYK0.6800.660.31
HSL121.98º51.93%45.69%-
HSV(B)121.98º68.36%69.41%-
XYZ18.1732.619.61-
YUV127.4889.9177.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.11%
GREEN value IS 177 (69.53% from 255) = 60.41%
BLUE value IS 60 (23.83% from 255) = 20.48%
R=19.11%
G=60.41%
B=20.48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal56177600.6800.660.31121.9851.9345.69
Hex38B13C440421F7a342e
Octal70261741040102371726456
Binary11100010110001111100100010001000010111111111010110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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