Html Css Color HEX #31C71A Lime Green

📋 copy color: '#31C71A'

red 49 ◦ green 199 ◦ blue 26

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

Shades of Lime Green #31C71A

Tints of Lime Green #31C71A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 72.63%

 BLUE value IS 26 (10.55% from 255) = 9.49%

R = 17.88%
G = 72.63%
B = 9.49%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#31C71A (or 0x31C71A) is known color: Lime Green. HEX triplet: 31, C7 and 1A. RGB value is (49,199,26). Sum of RGB (Red+Green+Blue) = 49+199+26=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 199 (78.12% from 255 or 72.63% from 274); Blue value is 26 (10.55% from 255 or 9.49% from 274); Max value from RGB is 199 - color contains mainly: green. Hex color #31C71A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C71A is #CE38E5. Grayscale: #868686. Windows color (decimal): -13514982 or 1754929. OLE color: 1754929.

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

Color convert

RGB 49 199 26 -
CMYK 0.75 0 0.87 0.22
HSL 112.02º 0.77% 0.44% -
HSV(B) 112.02º 0.87% 0.78% -
XYZ 21.88 41.57 7.85 -
YUV 134.43 66.81 67.07 -
System Red Green Blue C M Y K H S L
Decimal 49 199 26 0.75 0 0.87 0.22 112.02 0.77 0.44
Hex 31 C7 1A 4B 0 57 16 70 4D 2C
Octal 61 307 32 113 0 127 26 160 115 54
Binary 110001 11000111 11010 1001011 0 1010111 10110 1110000 1001101 101100

Color Harmonies of #31C71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C71A

Black with #31C71A

Text Example


Text Example

White with #31C71A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,199,26); }

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

background-color css

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

 a { background-color: rgb(49,199,26); }

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

border-color css

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

 span { border-color: rgb(49,199,26); }

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