Html Css Color HEX #31B940 Lime Green

📋 copy color: '#31B940'

red 49 ◦ green 185 ◦ blue 64

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

Shades of Lime Green #31B940

Tints of Lime Green #31B940

RGB

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

 GREEN value IS 185 (72.66% from 255) = 62.08%

 BLUE value IS 64 (25.39% from 255) = 21.48%

R = 16.44%
G = 62.08%
B = 21.48%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#31B940 (or 0x31B940) is known color: Lime Green. HEX triplet: 31, B9 and 40. RGB value is (49,185,64). Sum of RGB (Red+Green+Blue) = 49+185+64=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 185 (72.66% from 255 or 62.08% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 185 - color contains mainly: green. Hex color #31B940 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B940 is #CE46BF. Grayscale: #828282. Windows color (decimal): -13518528 or 4241713. OLE color: 4241713.

HSL color Cylindrical-coordinate representation of color #31B940: hue angle of 126.62º 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 #31B940 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 185 64 -
CMYK 0.74 0 0.65 0.27
HSL 126.62º 0.58% 0.46% -
HSV(B) 126.62º 0.74% 0.73% -
XYZ 19.54 35.72 10.72 -
YUV 130.54 90.44 69.84 -
System Red Green Blue C M Y K H S L
Decimal 49 185 64 0.74 0 0.65 0.27 126.62 0.58 0.46
Hex 31 B9 40 4A 0 41 1B 7F 3A 2E
Octal 61 271 100 112 0 101 33 177 72 56
Binary 110001 10111001 1000000 1001010 0 1000001 11011 1111111 111010 101110

Color Harmonies of #31B940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B940

Black with #31B940

Text Example


Text Example

White with #31B940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,185,64); }

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

background-color css

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

 a { background-color: rgb(49,185,64); }

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

border-color css

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

 span { border-color: rgb(49,185,64); }

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