Html Css Color HEX #31D34C Lime Green

📋 copy color: '#31D34C'

red 49 ◦ green 211 ◦ blue 76

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

Shades of Lime Green #31D34C

Tints of Lime Green #31D34C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 62.8%

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

R = 14.58%
G = 62.8%
B = 22.62%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#31D34C (or 0x31D34C) is known color: Lime Green. HEX triplet: 31, D3 and 4C. RGB value is (49,211,76). Sum of RGB (Red+Green+Blue) = 49+211+76=336 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.58% from 336); Green value is 211 (82.81% from 255 or 62.80% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 211 - color contains mainly: green. Hex color #31D34C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D34C is #CE2CB3. Grayscale: #939393. Windows color (decimal): -13511860 or 5034801. OLE color: 5034801.

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

Color convert

RGB 49 211 76 -
CMYK 0.77 0 0.64 0.17
HSL 130º 0.65% 0.51% -
HSV(B) 130º 0.77% 0.83% -
XYZ 25.87 47.76 14.69 -
YUV 147.17 87.83 57.98 -
System Red Green Blue C M Y K H S L
Decimal 49 211 76 0.77 0 0.64 0.17 130 0.65 0.51
Hex 31 D3 4C 4D 0 40 11 82 41 33
Octal 61 323 114 115 0 100 21 202 101 63
Binary 110001 11010011 1001100 1001101 0 1000000 10001 10000010 1000001 110011

Color Harmonies of #31D34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D34C

Black with #31D34C

Text Example


Text Example

White with #31D34C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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