Html Css Color HEX #31C54A Lime Green

📋 copy color: '#31C54A'

red 49 ◦ green 197 ◦ blue 74

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

Shades of Lime Green #31C54A

Tints of Lime Green #31C54A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 61.56%

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

R = 15.31%
G = 61.56%
B = 23.13%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#31C54A (or 0x31C54A) is known color: Lime Green. HEX triplet: 31, C5 and 4A. RGB value is (49,197,74). Sum of RGB (Red+Green+Blue) = 49+197+74=320 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.31% from 320); Green value is 197 (77.34% from 255 or 61.56% from 320); Blue value is 74 (29.30% from 255 or 23.12% from 320); Max value from RGB is 197 - color contains mainly: green. Hex color #31C54A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C54A is #CE3AB5. Grayscale: #8B8B8B. Windows color (decimal): -13515446 or 4900145. OLE color: 4900145.

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

Color convert

RGB 49 197 74 -
CMYK 0.75 0 0.62 0.23
HSL 130.14º 0.6% 0.48% -
HSV(B) 130.14º 0.75% 0.77% -
XYZ 22.47 41.08 13.22 -
YUV 138.73 91.47 64 -
System Red Green Blue C M Y K H S L
Decimal 49 197 74 0.75 0 0.62 0.23 130.14 0.6 0.48
Hex 31 C5 4A 4B 0 3E 17 82 3C 30
Octal 61 305 112 113 0 76 27 202 74 60
Binary 110001 11000101 1001010 1001011 0 111110 10111 10000010 111100 110000

Color Harmonies of #31C54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C54A

Black with #31C54A

Text Example


Text Example

White with #31C54A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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