#38B036

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

Shades of Lime Green #38B036

Tints of Lime Green #38B036

Color information

#38B036 (or 0x38B036) is unknown color: approx Lime Green. HEX triplet: 38, B0 and 36. RGB value is (56,176,54). Sum of RGB (Red+Green+Blue) = 56+176+54=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 176 (69.14% from 255 or 61.54% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 176 - color contains mainly: green. Hex color #38B036 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38B036 is #C74FC9. Grayscale: #7E7E7E. Windows color (decimal): -13062090 or 3584056. OLE color: 3584056.

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

Color convert

RGB5617654-
CMYK0.6800.690.31
HSL119.02º53.04%45.1%-
HSV(B)119.02º69.32%69.02%-
XYZ17.8232.168.76-
YUV126.2187.2477.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.58%
GREEN value IS 176 (69.14% from 255) = 61.54%
BLUE value IS 54 (21.48% from 255) = 18.88%
R=19.58%
G=61.54%
B=18.88%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal56176540.6800.690.31119.0253.0445.1
Hex38B036440451F77352d
Octal70260661040105371676555
Binary11100010110000110110100010001000101111111110111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,176,54); }

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

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

 a { background-color: rgb(56,176,54); }

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

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

 span { border-color: rgb(56,176,54); }

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