#31B234

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

Shades of Lime Green #31B234

Tints of Lime Green #31B234

Color information

#31B234 (or 0x31B234) is unknown color: approx Lime Green. HEX triplet: 31, B2 and 34. RGB value is (49,178,52). Sum of RGB (Red+Green+Blue) = 49+178+52=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 178 (69.92% from 255 or 63.80% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 178 - color contains mainly: green. Hex color #31B234 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31B234 is #CE4DCB. Grayscale: #7D7D7D. Windows color (decimal): -13520332 or 3453489. OLE color: 3453489.

HSL color Cylindrical-coordinate representation of color #31B234: hue angle of 121.4º 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 #31B234 is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB4917852-
CMYK0.7200.710.30
HSL121.4º56.83%44.51%-
HSV(B)121.4º72.47%69.8%-
XYZ17.8132.748.63-
YUV125.0686.7673.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.56%
GREEN value IS 178 (69.92% from 255) = 63.80%
BLUE value IS 52 (20.70% from 255) = 18.64%
R=17.56%
G=63.80%
B=18.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal49178520.7200.710.30121.456.8344.51
Hex31B234480471E79392d
Octal61262641100107361717155
Binary11000110110010110100100100001000111111101111001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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