Html Css Color HEX #31D93D Lime Green

📋 copy color: '#31D93D'

red 49 ◦ green 217 ◦ blue 61

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

Shades of Lime Green #31D93D

Tints of Lime Green #31D93D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 66.36%

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

R = 14.98%
G = 66.36%
B = 18.65%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#31D93D (or 0x31D93D) is known color: Lime Green. HEX triplet: 31, D9 and 3D. RGB value is (49,217,61). Sum of RGB (Red+Green+Blue) = 49+217+61=327 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.98% from 327); Green value is 217 (85.16% from 255 or 66.36% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 217 - color contains mainly: green. Hex color #31D93D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D93D is #CE26C2. Grayscale: #959595. Windows color (decimal): -13510339 or 4053297. OLE color: 4053297.

HSL color Cylindrical-coordinate representation of color #31D93D: hue angle of 124.29º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D93D is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 49 217 61 -
CMYK 0.77 0 0.72 0.15
HSL 124.29º 0.69% 0.52% -
HSV(B) 124.29º 0.77% 0.85% -
XYZ 26.92 50.62 12.77 -
YUV 148.98 78.34 56.68 -
System Red Green Blue C M Y K H S L
Decimal 49 217 61 0.77 0 0.72 0.15 124.29 0.69 0.52
Hex 31 D9 3D 4D 0 48 F 7C 45 34
Octal 61 331 75 115 0 110 17 174 105 64
Binary 110001 11011001 111101 1001101 0 1001000 1111 1111100 1000101 110100

Color Harmonies of #31D93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D93D

Black with #31D93D

Text Example


Text Example

White with #31D93D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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