Html Css Color HEX #31B641 Lime Green

📋 copy color: '#31B641'

red 49 ◦ green 182 ◦ blue 65

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

Shades of Lime Green #31B641

Tints of Lime Green #31B641

RGB

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

 GREEN value IS 182 (71.48% from 255) = 61.49%

 BLUE value IS 65 (25.78% from 255) = 21.96%

R = 16.55%
G = 61.49%
B = 21.96%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#31B641 (or 0x31B641) is known color: Lime Green. HEX triplet: 31, B6 and 41. RGB value is (49,182,65). Sum of RGB (Red+Green+Blue) = 49+182+65=296 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.55% from 296); Green value is 182 (71.48% from 255 or 61.49% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 182 - color contains mainly: green. Hex color #31B641 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B641 is #CE49BE. Grayscale: #818181. Windows color (decimal): -13519295 or 4306481. OLE color: 4306481.

HSL color Cylindrical-coordinate representation of color #31B641: hue angle of 127.22º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B641 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 49 182 65 -
CMYK 0.73 0 0.64 0.29
HSL 127.22º 0.58% 0.45% -
HSV(B) 127.22º 0.73% 0.71% -
XYZ 18.95 34.49 10.66 -
YUV 128.9 91.94 71.01 -
System Red Green Blue C M Y K H S L
Decimal 49 182 65 0.73 0 0.64 0.29 127.22 0.58 0.45
Hex 31 B6 41 49 0 40 1D 7F 3A 2D
Octal 61 266 101 111 0 100 35 177 72 55
Binary 110001 10110110 1000001 1001001 0 1000000 11101 1111111 111010 101101

Color Harmonies of #31B641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B641

Black with #31B641

Text Example


Text Example

White with #31B641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,182,65); }

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

background-color css

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

 a { background-color: rgb(49,182,65); }

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

border-color css

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

 span { border-color: rgb(49,182,65); }

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