#31B232

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

Shades of Lime Green #31B232

Tints of Lime Green #31B232

Color information

#31B232 (or 0x31B232) is unknown color: approx Lime Green. HEX triplet: 31, B2 and 32. RGB value is (49,178,50). Sum of RGB (Red+Green+Blue) = 49+178+50=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 178 (69.92% from 255 or 64.26% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 178 - color contains mainly: green. Hex color #31B232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31B232 is #CE4DCD. Grayscale: #7D7D7D. Windows color (decimal): -13520334 or 3322417. OLE color: 3322417.

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

Color convert

RGB4917850-
CMYK0.7200.720.30
HSL120.47º56.83%44.51%-
HSV(B)120.47º72.47%69.8%-
XYZ17.7632.728.4-
YUV124.8485.7673.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.69%
GREEN value IS 178 (69.92% from 255) = 64.26%
BLUE value IS 50 (19.92% from 255) = 18.05%
R=17.69%
G=64.26%
B=18.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal49178500.7200.720.30120.4756.8344.51
Hex31B232480481E78392d
Octal61262621100110361707155
Binary11000110110010110010100100001001000111101111000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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