#31D526

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

Shades of Lime Green #31D526

Tints of Lime Green #31D526

Color information

#31D526 (or 0x31D526) is unknown color: approx Lime Green. HEX triplet: 31, D5 and 26. RGB value is (49,213,38). Sum of RGB (Red+Green+Blue) = 49+213+38=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 213 (83.59% from 255 or 71% from 300); Blue value is 38 (15.23% from 255 or 12.67% from 300); Max value from RGB is 213 - color contains mainly: green. Hex color #31D526 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D526 is #CE2AD9. Grayscale: #909090. Windows color (decimal): -13511386 or 2544945. OLE color: 2544945.

HSL color Cylindrical-coordinate representation of color #31D526: hue angle of 116.23º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #31D526 is Cyan = 0.77, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB4921338-
CMYK0.7700.820.16
HSL116.23º69.72%49.22%-
HSV(B)116.23º82.16%83.53%-
XYZ25.4148.389.83-
YUV144.0168.1760.23-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.33%
GREEN value IS 213 (83.59% from 255) = 71%
BLUE value IS 38 (15.23% from 255) = 12.67%
R=16.33%
G=71%
B=12.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal49213380.7700.820.16116.2369.7249.22
Hex31D5264D05210744631
Octal613254611501222016410661
Binary110001110101011001101001101010100101000011101001000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31D526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,213,38); }

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

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

 a { background-color: rgb(49,213,38); }

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

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

 span { border-color: rgb(49,213,38); }

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