#31B028

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

Shades of Lime Green #31B028

Tints of Lime Green #31B028

Color information

#31B028 (or 0x31B028) is unknown color: approx Lime Green. HEX triplet: 31, B0 and 28. RGB value is (49,176,40). Sum of RGB (Red+Green+Blue) = 49+176+40=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 176 (69.14% from 255 or 66.42% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 176 - color contains mainly: green. Hex color #31B028 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31B028 is #CE4FD7. Grayscale: #7A7A7A. Windows color (decimal): -13520856 or 2666545. OLE color: 2666545.

HSL color Cylindrical-coordinate representation of color #31B028: hue angle of 116.03º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31B028 is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB4917640-
CMYK0.7200.770.31
HSL116.03º62.96%42.35%-
HSV(B)116.03º77.27%69.02%-
XYZ17.1731.867.25-
YUV122.5281.4275.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.49%
GREEN value IS 176 (69.14% from 255) = 66.42%
BLUE value IS 40 (16.02% from 255) = 15.09%
R=18.49%
G=66.42%
B=15.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal49176400.7200.770.31116.0362.9642.35
Hex31B0284804D1F743f2a
Octal61260501100115371647752
Binary11000110110000101000100100001001101111111110100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31B028; }

 p { color: rgb(49,176,40); }

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

<style>
 a { background-color: #31B028; }

 a { background-color: rgb(49,176,40); }

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

<style>
 span { border-color: #31B028; }

 span { border-color: rgb(49,176,40); }

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