#31B227

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

Shades of Lime Green #31B227

Tints of Lime Green #31B227

Color information

#31B227 (or 0x31B227) is unknown color: approx Lime Green. HEX triplet: 31, B2 and 27. RGB value is (49,178,39). Sum of RGB (Red+Green+Blue) = 49+178+39=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 178 (69.92% from 255 or 66.92% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 178 - color contains mainly: green. Hex color #31B227 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31B227 is #CE4DD8. Grayscale: #7C7C7C. Windows color (decimal): -13520345 or 2601521. OLE color: 2601521.

HSL color Cylindrical-coordinate representation of color #31B227: hue angle of 115.68º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31B227 is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB4917839-
CMYK0.7200.780.30
HSL115.68º64.06%42.55%-
HSV(B)115.68º78.09%69.8%-
XYZ17.5532.647.29-
YUV123.5880.2674.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.42%
GREEN value IS 178 (69.92% from 255) = 66.92%
BLUE value IS 39 (15.62% from 255) = 14.66%
R=18.42%
G=66.92%
B=14.66%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal49178390.7200.780.30115.6864.0642.55
Hex31B2274804E1E74402b
Octal612624711001163616410053
Binary110001101100101001111001000010011101111011101001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,178,39); }

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

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

 a { background-color: rgb(49,178,39); }

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

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

 span { border-color: rgb(49,178,39); }

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