#31BC32

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

Shades of Lime Green #31BC32

Tints of Lime Green #31BC32

Color information

#31BC32 (or 0x31BC32) is unknown color: approx Lime Green. HEX triplet: 31, BC and 32. RGB value is (49,188,50). Sum of RGB (Red+Green+Blue) = 49+188+50=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 188 (73.83% from 255 or 65.51% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 188 - color contains mainly: green. Hex color #31BC32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BC32 is #CE43CD. Grayscale: #838383. Windows color (decimal): -13517774 or 3324977. OLE color: 3324977.

HSL color Cylindrical-coordinate representation of color #31BC32: hue angle of 120.43º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BC32 is Cyan = 0.74, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB4918850-
CMYK0.7400.730.26
HSL120.43º58.65%46.47%-
HSV(B)120.43º73.94%73.73%-
XYZ19.8336.859.09-
YUV130.7182.4569.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.07%
GREEN value IS 188 (73.83% from 255) = 65.51%
BLUE value IS 50 (19.92% from 255) = 17.42%
R=17.07%
G=65.51%
B=17.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal49188500.7400.730.26120.4358.6546.47
Hex31BC324A0491A783b2e
Octal61274621120111321707356
Binary11000110111100110010100101001001001110101111000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BC32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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