Html Css Color HEX #31C64A Lime Green

📋 copy color: '#31C64A'

red 49 ◦ green 198 ◦ blue 74

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

Shades of Lime Green #31C64A

Tints of Lime Green #31C64A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 61.68%

 BLUE value IS 74 (29.3% from 255) = 23.05%

R = 15.26%
G = 61.68%
B = 23.05%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#31C64A (or 0x31C64A) is known color: Lime Green. HEX triplet: 31, C6 and 4A. RGB value is (49,198,74). Sum of RGB (Red+Green+Blue) = 49+198+74=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 198 (77.73% from 255 or 61.68% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 198 - color contains mainly: green. Hex color #31C64A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C64A is #CE39B5. Grayscale: #8B8B8B. Windows color (decimal): -13515190 or 4900401. OLE color: 4900401.

HSL color Cylindrical-coordinate representation of color #31C64A: hue angle of 130.07º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C64A is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 49 198 74 -
CMYK 0.75 0 0.63 0.22
HSL 130.07º 0.6% 0.48% -
HSV(B) 130.07º 0.75% 0.78% -
XYZ 22.7 41.54 13.3 -
YUV 139.31 91.14 63.58 -
System Red Green Blue C M Y K H S L
Decimal 49 198 74 0.75 0 0.63 0.22 130.07 0.6 0.48
Hex 31 C6 4A 4B 0 3F 16 82 3C 30
Octal 61 306 112 113 0 77 26 202 74 60
Binary 110001 11000110 1001010 1001011 0 111111 10110 10000010 111100 110000

Color Harmonies of #31C64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C64A

Black with #31C64A

Text Example


Text Example

White with #31C64A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,198,74); }

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

background-color css

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

 a { background-color: rgb(49,198,74); }

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

border-color css

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

 span { border-color: rgb(49,198,74); }

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