Html Css Color HEX #31D13A Lime Green

📋 copy color: '#31D13A'

red 49 ◦ green 209 ◦ blue 58

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

Shades of Lime Green #31D13A

Tints of Lime Green #31D13A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 66.14%

 BLUE value IS 58 (23.05% from 255) = 18.35%

R = 15.51%
G = 66.14%
B = 18.35%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#31D13A (or 0x31D13A) is known color: Lime Green. HEX triplet: 31, D1 and 3A. RGB value is (49,209,58). Sum of RGB (Red+Green+Blue) = 49+209+58=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 209 (82.03% from 255 or 66.14% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 209 - color contains mainly: green. Hex color #31D13A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D13A is #CE2EC5. Grayscale: #909090. Windows color (decimal): -13512390 or 3854641. OLE color: 3854641.

HSL color Cylindrical-coordinate representation of color #31D13A: hue angle of 123.38º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D13A is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 49 209 58 -
CMYK 0.77 0 0.72 0.18
HSL 123.38º 0.63% 0.51% -
HSV(B) 123.38º 0.77% 0.82% -
XYZ 24.83 46.56 11.68 -
YUV 143.95 79.49 60.28 -
System Red Green Blue C M Y K H S L
Decimal 49 209 58 0.77 0 0.72 0.18 123.38 0.63 0.51
Hex 31 D1 3A 4D 0 48 12 7B 3F 33
Octal 61 321 72 115 0 110 22 173 77 63
Binary 110001 11010001 111010 1001101 0 1001000 10010 1111011 111111 110011

Color Harmonies of #31D13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D13A

Black with #31D13A

Text Example


Text Example

White with #31D13A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,209,58); }

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

background-color css

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

 a { background-color: rgb(49,209,58); }

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

border-color css

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

 span { border-color: rgb(49,209,58); }

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