Html Css Color HEX #31D92B Lime Green

📋 copy color: '#31D92B'

red 49 ◦ green 217 ◦ blue 43

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

Shades of Lime Green #31D92B

Tints of Lime Green #31D92B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.92%

R = 15.86%
G = 70.23%
B = 13.92%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#31D92B (or 0x31D92B) is known color: Lime Green. HEX triplet: 31, D9 and 2B. RGB value is (49,217,43). Sum of RGB (Red+Green+Blue) = 49+217+43=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 217 (85.16% from 255 or 70.23% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 217 - color contains mainly: green. Hex color #31D92B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D92B is #CE26D4. Grayscale: #939393. Windows color (decimal): -13510357 or 2873649. OLE color: 2873649.

HSL color Cylindrical-coordinate representation of color #31D92B: hue angle of 117.93º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31D92B is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 49 217 43 -
CMYK 0.77 0 0.80 0.15
HSL 117.93º 0.7% 0.51% -
HSV(B) 117.93º 0.8% 0.85% -
XYZ 26.52 50.45 10.63 -
YUV 146.93 69.34 58.15 -
System Red Green Blue C M Y K H S L
Decimal 49 217 43 0.77 0 0.80 0.15 117.93 0.7 0.51
Hex 31 D9 2B 4D 0 50 F 76 46 33
Octal 61 331 53 115 0 120 17 166 106 63
Binary 110001 11011001 101011 1001101 0 1010000 1111 1110110 1000110 110011

Color Harmonies of #31D92B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D92B

Black with #31D92B

Text Example


Text Example

White with #31D92B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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