Html Css Color HEX #31C84A Lime Green

📋 copy color: '#31C84A'

red 49 ◦ green 200 ◦ blue 74

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

Shades of Lime Green #31C84A

Tints of Lime Green #31C84A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 61.92%

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

R = 15.17%
G = 61.92%
B = 22.91%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#31C84A (or 0x31C84A) is known color: Lime Green. HEX triplet: 31, C8 and 4A. RGB value is (49,200,74). Sum of RGB (Red+Green+Blue) = 49+200+74=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 200 (78.52% from 255 or 61.92% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 200 - color contains mainly: green. Hex color #31C84A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C84A is #CE37B5. Grayscale: #8C8C8C. Windows color (decimal): -13514678 or 4900913. OLE color: 4900913.

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

Color convert

RGB 49 200 74 -
CMYK 0.76 0 0.63 0.22
HSL 129.93º 0.61% 0.49% -
HSV(B) 129.93º 0.76% 0.78% -
XYZ 23.16 42.46 13.45 -
YUV 140.49 90.47 62.75 -
System Red Green Blue C M Y K H S L
Decimal 49 200 74 0.76 0 0.63 0.22 129.93 0.61 0.49
Hex 31 C8 4A 4C 0 3F 16 82 3D 31
Octal 61 310 112 114 0 77 26 202 75 61
Binary 110001 11001000 1001010 1001100 0 111111 10110 10000010 111101 110001

Color Harmonies of #31C84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C84A

Black with #31C84A

Text Example


Text Example

White with #31C84A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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