Html Css Color HEX #31D13C Lime Green

📋 copy color: '#31D13C'

red 49 ◦ green 209 ◦ blue 60

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

Shades of Lime Green #31D13C

Tints of Lime Green #31D13C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.87%

R = 15.41%
G = 65.72%
B = 18.87%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#31D13C (or 0x31D13C) is known color: Lime Green. HEX triplet: 31, D1 and 3C. RGB value is (49,209,60). Sum of RGB (Red+Green+Blue) = 49+209+60=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 209 (82.03% from 255 or 65.72% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 209 - color contains mainly: green. Hex color #31D13C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D13C is #CE2EC3. Grayscale: #909090. Windows color (decimal): -13512388 or 3985713. OLE color: 3985713.

HSL color Cylindrical-coordinate representation of color #31D13C: hue angle of 124.12º 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 #31D13C is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 49 209 60 -
CMYK 0.77 0 0.71 0.18
HSL 124.13º 0.63% 0.51% -
HSV(B) 124.13º 0.77% 0.82% -
XYZ 24.88 46.58 11.95 -
YUV 144.17 80.49 60.12 -
System Red Green Blue C M Y K H S L
Decimal 49 209 60 0.77 0 0.71 0.18 124.13 0.63 0.51
Hex 31 D1 3C 4D 0 47 12 7C 3F 33
Octal 61 321 74 115 0 107 22 174 77 63
Binary 110001 11010001 111100 1001101 0 1000111 10010 1111100 111111 110011

Color Harmonies of #31D13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D13C

Black with #31D13C

Text Example


Text Example

White with #31D13C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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