#31BA42

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

Shades of Lime Green #31BA42

Tints of Lime Green #31BA42

Color information

#31BA42 (or 0x31BA42) is unknown color: approx Lime Green. HEX triplet: 31, BA and 42. RGB value is (49,186,66). Sum of RGB (Red+Green+Blue) = 49+186+66=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 186 (73.05% from 255 or 61.79% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 186 - color contains mainly: green. Hex color #31BA42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BA42 is #CE45BD. Grayscale: #838383. Windows color (decimal): -13518270 or 4373041. OLE color: 4373041.

HSL color Cylindrical-coordinate representation of color #31BA42: hue angle of 127.45º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BA42 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB4918666-
CMYK0.7400.650.27
HSL127.45º58.3%46.08%-
HSV(B)127.45º73.66%72.94%-
XYZ19.8136.1611.09-
YUV131.3691.1169.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.28%
GREEN value IS 186 (73.05% from 255) = 61.79%
BLUE value IS 66 (26.17% from 255) = 21.93%
R=16.28%
G=61.79%
B=21.93%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal49186660.7400.650.27127.4558.346.08
Hex31BA424A0411B7f3a2e
Octal612721021120101331777256
Binary110001101110101000010100101001000001110111111111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,186,66); }

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

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

 a { background-color: rgb(49,186,66); }

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

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

 span { border-color: rgb(49,186,66); }

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