#31CA47

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

Shades of Lime Green #31CA47

Tints of Lime Green #31CA47

Color information

#31CA47 (or 0x31CA47) is unknown color: approx Lime Green. HEX triplet: 31, CA and 47. RGB value is (49,202,71). Sum of RGB (Red+Green+Blue) = 49+202+71=322 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.22% from 322); Green value is 202 (79.30% from 255 or 62.73% from 322); Blue value is 71 (28.12% from 255 or 22.05% from 322); Max value from RGB is 202 - color contains mainly: green. Hex color #31CA47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31CA47 is #CE35B8. Grayscale: #8D8D8D. Windows color (decimal): -13514169 or 4704817. OLE color: 4704817.

HSL color Cylindrical-coordinate representation of color #31CA47: hue angle of 128.63º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CA47 is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB4920271-
CMYK0.7600.650.21
HSL128.63º60.96%49.22%-
HSV(B)128.63º75.74%79.22%-
XYZ23.5243.3513.09-
YUV141.3288.3162.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.22%
GREEN value IS 202 (79.30% from 255) = 62.73%
BLUE value IS 71 (28.12% from 255) = 22.05%
R=15.22%
G=62.73%
B=22.05%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal49202710.7600.650.21128.6360.9649.22
Hex31CA474C04115813d31
Octal613121071140101252017561
Binary1100011100101010001111001100010000011010110000001111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31CA47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,202,71); }

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

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

 a { background-color: rgb(49,202,71); }

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

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

 span { border-color: rgb(49,202,71); }

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