#31C853

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

Shades of Lime Green #31C853

Tints of Lime Green #31C853

Color information

#31C853 (or 0x31C853) is unknown color: approx Lime Green. HEX triplet: 31, C8 and 53. RGB value is (49,200,83). Sum of RGB (Red+Green+Blue) = 49+200+83=332 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.76% from 332); Green value is 200 (78.52% from 255 or 60.24% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 200 - color contains mainly: green. Hex color #31C853 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31C853 is #CE37AC. Grayscale: #8D8D8D. Windows color (decimal): -13514669 or 5490737. OLE color: 5490737.

HSL color Cylindrical-coordinate representation of color #31C853: hue angle of 133.51º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C853 is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB4920083-
CMYK0.7600.580.22
HSL133.51º60.64%48.82%-
HSV(B)133.51º75.5%78.43%-
XYZ23.4842.5915.17-
YUV141.5194.9762.01-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.76%
GREEN value IS 200 (78.52% from 255) = 60.24%
BLUE value IS 83 (32.81% from 255) = 25%
R=14.76%
G=60.24%
B=25%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal49200830.7600.580.22133.5160.6448.82
Hex31C8534C03A16863d31
Octal61310123114072262067561
Binary110001110010001010011100110001110101011010000110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31C853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,200,83); }

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

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

 a { background-color: rgb(49,200,83); }

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

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

 span { border-color: rgb(49,200,83); }

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