Html Css Color HEX #31BA32 Lime Green

📋 copy color: '#31BA32'

red 49 ◦ green 186 ◦ blue 50

#31BA32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #31BA32

Tints of Lime Green #31BA32

RGB

 RED value IS 49 (19.53% from 255) = 17.19%

 GREEN value IS 186 (73.05% from 255) = 65.26%

 BLUE value IS 50 (19.92% from 255) = 17.54%

R = 17.19%
G = 65.26%
B = 17.54%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#31BA32 (or 0x31BA32) is known color: Lime Green. HEX triplet: 31, BA and 32. RGB value is (49,186,50). Sum of RGB (Red+Green+Blue) = 49+186+50=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 186 (73.05% from 255 or 65.26% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 186 - color contains mainly: green. Hex color #31BA32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BA32 is #CE45CD. Grayscale: #818181. Windows color (decimal): -13518286 or 3324465. OLE color: 3324465.

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

Color convert

RGB 49 186 50 -
CMYK 0.74 0 0.73 0.27
HSL 120.44º 0.58% 0.46% -
HSV(B) 120.44º 0.74% 0.73% -
XYZ 19.4 36 8.94 -
YUV 129.53 83.11 70.56 -
System Red Green Blue C M Y K H S L
Decimal 49 186 50 0.74 0 0.73 0.27 120.44 0.58 0.46
Hex 31 BA 32 4A 0 49 1B 78 3A 2E
Octal 61 272 62 112 0 111 33 170 72 56
Binary 110001 10111010 110010 1001010 0 1001001 11011 1111000 111010 101110

Color Harmonies of #31BA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BA32

Black with #31BA32

Text Example


Text Example

White with #31BA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #31BA32;
 }
 .AnyTagClassName
 {
   color: #31BA32;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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