Html Css Color HEX #31D54C Lime Green

📋 copy color: '#31D54C'

red 49 ◦ green 213 ◦ blue 76

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

Shades of Lime Green #31D54C

Tints of Lime Green #31D54C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 63.02%

 BLUE value IS 76 (30.08% from 255) = 22.49%

R = 14.5%
G = 63.02%
B = 22.49%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#31D54C (or 0x31D54C) is known color: Lime Green. HEX triplet: 31, D5 and 4C. RGB value is (49,213,76). Sum of RGB (Red+Green+Blue) = 49+213+76=338 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.50% from 338); Green value is 213 (83.59% from 255 or 63.02% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 213 - color contains mainly: green. Hex color #31D54C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D54C is #CE2AB3. Grayscale: #949494. Windows color (decimal): -13511348 or 5035313. OLE color: 5035313.

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

Color convert

RGB 49 213 76 -
CMYK 0.77 0 0.64 0.16
HSL 129.88º 0.66% 0.51% -
HSV(B) 129.88º 0.77% 0.84% -
XYZ 26.37 48.76 14.86 -
YUV 148.35 87.17 57.14 -
System Red Green Blue C M Y K H S L
Decimal 49 213 76 0.77 0 0.64 0.16 129.88 0.66 0.51
Hex 31 D5 4C 4D 0 40 10 82 42 33
Octal 61 325 114 115 0 100 20 202 102 63
Binary 110001 11010101 1001100 1001101 0 1000000 10000 10000010 1000010 110011

Color Harmonies of #31D54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D54C

Black with #31D54C

Text Example


Text Example

White with #31D54C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,213,76); }

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

background-color css

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

 a { background-color: rgb(49,213,76); }

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

border-color css

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

 span { border-color: rgb(49,213,76); }

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