Html Css Color HEX #31D63B Lime Green

📋 copy color: '#31D63B'

red 49 ◦ green 214 ◦ blue 59

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

Shades of Lime Green #31D63B

Tints of Lime Green #31D63B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.32%

R = 15.22%
G = 66.46%
B = 18.32%

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

#31D63B (or 0x31D63B) is known color: Lime Green. HEX triplet: 31, D6 and 3B. RGB value is (49,214,59). Sum of RGB (Red+Green+Blue) = 49+214+59=322 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.22% from 322); Green value is 214 (83.98% from 255 or 66.46% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 214 - color contains mainly: green. Hex color #31D63B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D63B is #CE29C4. Grayscale: #939393. Windows color (decimal): -13511109 or 3921457. OLE color: 3921457.

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

Color convert

RGB 49 214 59 -
CMYK 0.77 0 0.72 0.16
HSL 123.64º 0.67% 0.52% -
HSV(B) 123.64º 0.77% 0.84% -
XYZ 26.1 49.06 12.23 -
YUV 147 78.34 58.1 -
System Red Green Blue C M Y K H S L
Decimal 49 214 59 0.77 0 0.72 0.16 123.64 0.67 0.52
Hex 31 D6 3B 4D 0 48 10 7C 43 34
Octal 61 326 73 115 0 110 20 174 103 64
Binary 110001 11010110 111011 1001101 0 1001000 10000 1111100 1000011 110100

Color Harmonies of #31D63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D63B

Black with #31D63B

Text Example


Text Example

White with #31D63B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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