Html Css Color HEX #31D63C Lime Green

📋 copy color: '#31D63C'

red 49 ◦ green 214 ◦ blue 60

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

Shades of Lime Green #31D63C

Tints of Lime Green #31D63C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 66.25%

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

R = 15.17%
G = 66.25%
B = 18.58%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#31D63C (or 0x31D63C) is known color: Lime Green. HEX triplet: 31, D6 and 3C. RGB value is (49,214,60). Sum of RGB (Red+Green+Blue) = 49+214+60=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 214 (83.98% from 255 or 66.25% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 214 - color contains mainly: green. Hex color #31D63C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D63C is #CE29C3. Grayscale: #939393. Windows color (decimal): -13511108 or 3986993. OLE color: 3986993.

HSL color Cylindrical-coordinate representation of color #31D63C: hue angle of 124º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D63C is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 49 214 60 -
CMYK 0.77 0 0.72 0.16
HSL 124º 0.67% 0.52% -
HSV(B) 124º 0.77% 0.84% -
XYZ 26.13 49.07 12.37 -
YUV 147.11 78.84 58.02 -
System Red Green Blue C M Y K H S L
Decimal 49 214 60 0.77 0 0.72 0.16 124 0.67 0.52
Hex 31 D6 3C 4D 0 48 10 7C 43 34
Octal 61 326 74 115 0 110 20 174 103 64
Binary 110001 11010110 111100 1001101 0 1001000 10000 1111100 1000011 110100

Color Harmonies of #31D63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D63C

Black with #31D63C

Text Example


Text Example

White with #31D63C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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