Html Css Color HEX #31C73D Lime Green

📋 copy color: '#31C73D'

red 49 ◦ green 199 ◦ blue 61

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

Shades of Lime Green #31C73D

Tints of Lime Green #31C73D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 64.4%

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

R = 15.86%
G = 64.4%
B = 19.74%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#31C73D (or 0x31C73D) is known color: Lime Green. HEX triplet: 31, C7 and 3D. RGB value is (49,199,61). Sum of RGB (Red+Green+Blue) = 49+199+61=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 199 (78.12% from 255 or 64.40% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 199 - color contains mainly: green. Hex color #31C73D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C73D is #CE38C2. Grayscale: #8A8A8A. Windows color (decimal): -13514947 or 4048689. OLE color: 4048689.

HSL color Cylindrical-coordinate representation of color #31C73D: hue angle of 124.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C73D is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 49 199 61 -
CMYK 0.75 0 0.69 0.22
HSL 124.8º 0.6% 0.49% -
HSV(B) 124.8º 0.75% 0.78% -
XYZ 22.53 41.84 11.3 -
YUV 138.42 84.31 64.22 -
System Red Green Blue C M Y K H S L
Decimal 49 199 61 0.75 0 0.69 0.22 124.8 0.6 0.49
Hex 31 C7 3D 4B 0 45 16 7D 3C 31
Octal 61 307 75 113 0 105 26 175 74 61
Binary 110001 11000111 111101 1001011 0 1000101 10110 1111101 111100 110001

Color Harmonies of #31C73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C73D

Black with #31C73D

Text Example


Text Example

White with #31C73D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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