Html Css Color HEX #31D63D Lime Green

📋 copy color: '#31D63D'

red 49 ◦ green 214 ◦ blue 61

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

Shades of Lime Green #31D63D

Tints of Lime Green #31D63D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.83%

R = 15.12%
G = 66.05%
B = 18.83%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#31D63D (or 0x31D63D) is known color: Lime Green. HEX triplet: 31, D6 and 3D. RGB value is (49,214,61). Sum of RGB (Red+Green+Blue) = 49+214+61=324 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.12% from 324); Green value is 214 (83.98% from 255 or 66.05% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 214 - color contains mainly: green. Hex color #31D63D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D63D is #CE29C2. Grayscale: #939393. Windows color (decimal): -13511107 or 4052529. OLE color: 4052529.

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

Color convert

RGB 49 214 61 -
CMYK 0.77 0 0.71 0.16
HSL 124.36º 0.67% 0.52% -
HSV(B) 124.36º 0.77% 0.84% -
XYZ 26.16 49.08 12.51 -
YUV 147.22 79.34 57.94 -
System Red Green Blue C M Y K H S L
Decimal 49 214 61 0.77 0 0.71 0.16 124.36 0.67 0.52
Hex 31 D6 3D 4D 0 47 10 7C 43 34
Octal 61 326 75 115 0 107 20 174 103 64
Binary 110001 11010110 111101 1001101 0 1000111 10000 1111100 1000011 110100

Color Harmonies of #31D63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D63D

Black with #31D63D

Text Example


Text Example

White with #31D63D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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